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

Add rails support #37

Open
ViriCruz opened this issue Oct 2, 2019 · 2 comments
Open

Add rails support #37

ViriCruz opened this issue Oct 2, 2019 · 2 comments
Assignees

Comments

@ViriCruz
Copy link

ViriCruz commented Oct 2, 2019

It would be awesome if I can use this on my rails projects.

@xpe
Copy link

xpe commented Feb 4, 2021

@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.)

@htatche
Copy link

htatche commented Jan 4, 2022

@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.)

@xpe I'll answer that one - yes it would :)

More info on Ruby's regex here:

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.

https://ruby-doc.org/core-2.7.1/Regexp.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants