vscode-regex icon indicating copy to clipboard operation
vscode-regex copied to clipboard

Add rails support

Open ViriCruz opened this issue 5 years ago • 2 comments

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

ViriCruz avatar Oct 02 '19 20:10 ViriCruz

@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 avatar Feb 04 '21 13:02 xpe

@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

htatche avatar Jan 04 '22 15:01 htatche