Skip to content

Instantly share code, notes, and snippets.

@aTei
Last active January 29, 2020 17:15
Show Gist options
  • Select an option

  • Save aTei/8d42159958629f6b57de09d9cd41f23e to your computer and use it in GitHub Desktop.

Select an option

Save aTei/8d42159958629f6b57de09d9cd41f23e to your computer and use it in GitHub Desktop.
Ruby on Rails (RoR) RegEx to search all partial usages
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