Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy url utils from cybozu-http-clj #5

Merged
merged 6 commits into from Oct 31, 2019

Conversation

saitouena
Copy link
Contributor

(not (str/blank? (extract-base-url url))))

(def ^:private re-app-url
(re-pattern (str re-base-url* "/k/(\\d+)")))
Copy link
Contributor Author

@saitouena saitouena Oct 30, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

JS doesn't have ++. Originally possesive quantifier ++ was used but + seems to be ok here.

@saitouena saitouena force-pushed the copy-url-utils-from-cybozu-http-clj branch 2 times, most recently from 42f7f43 to b2aef79 Compare October 31, 2019 03:34
@saitouena saitouena force-pushed the copy-url-utils-from-cybozu-http-clj branch from b2aef79 to 9b7ddbd Compare October 31, 2019 03:34
@makinoshi makinoshi merged commit c24c2c5 into master Oct 31, 2019
@makinoshi makinoshi deleted the copy-url-utils-from-cybozu-http-clj branch October 31, 2019 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants