Skip to content

Instantly share code, notes, and snippets.

@zgid123
Last active January 21, 2021 03:40
Show Gist options
  • Select an option

  • Save zgid123/8e0a3fc8ea474930eb990638b741f4fe to your computer and use it in GitHub Desktop.

Select an option

Save zgid123/8e0a3fc8ea474930eb990638b741f4fe to your computer and use it in GitHub Desktop.
Regex find all comments for vscode

find all comments except for frozen_string_literal comment

/((([^\w\d:;\t\r\n]\s?)|^\s?)#\s?(?!.*(frozen_string_literal:|rubocop:(disable|enable))).+)|(^=begin(.|\n)+?(?==end)=end)/gm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment