Last active
January 29, 2020 17:15
-
-
Save aTei/8d42159958629f6b57de09d9cd41f23e to your computer and use it in GitHub Desktop.
Ruby on Rails (RoR) RegEx to search all partial usages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| render.+?('|")(front/.+)?_view_name_('|") | |
| / Example: render.+?('|")(front/.+)?place_info('|") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment