Regex
6Returns the next regex match, if any, of string to pattern, using java.util.regex.Matcher.find(). Uses re-groups to r...
functionclojure.core
Returns the groups from the most recent match/find. If there are no nested groups, returns a string of the entire matc...
functionclojure.core
Returns an instance of java.util.regex.Matcher, for use, e.g. in re-find.
functionclojure.core
Returns the match, if any, of string to pattern, using java.util.regex.Matcher.matches(). Uses re-groups to return th...
functionclojure.core
Returns an instance of java.util.regex.Pattern, for use, e.g. in re-matcher.
functionclojure.core
Returns a lazy sequence of successive matches of pattern in string, using java.util.regex.Matcher.find(), each such ma...
functionclojure.core