Regex
4Returns the first regex match, if any, of s to re, using re.exec(s). Returns a vector, containing first the matching sub...
functioncljs.core
Returns the result of (re-find re s) if re fully matches s.
functioncljs.core
Returns an instance of RegExp which has compiled the provided string.
functioncljs.core
Returns a lazy sequence of successive matches of re in s.
functioncljs.core