You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ViriCruz Would supporting Ruby cover what you are looking for? (I am not aware of Rails-specific Regex aspects; let me know if I've overlooked anything.)
@ViriCruz Would supporting Ruby cover what you are looking for? (I am not aware of Rails-specific Regex aspects; let me know if I've overlooked anything.)
A Regexp holds a regular expression, used to match a pattern against strings. Regexps are created using the /.../ and %r{...} literals, and by the Regexp::new constructor.
It would be awesome if I can use this on my rails projects.
The text was updated successfully, but these errors were encountered: