Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SystemJargon/5970370a4f5008b65494fdb1cde6abea to your computer and use it in GitHub Desktop.
Save SystemJargon/5970370a4f5008b65494fdb1cde6abea to your computer and use it in GitHub Desktop.

Replace the text starting with "Category" and any text after it.

Use "Replace" and ensure you select Regular Expression in your text editor, example Notepad++

CTRL+H is the shortcut for "Replace" in Notepad++

We will not be using "matches newline" in this example.

\bCategory.*\b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment