Skip to content

Instantly share code, notes, and snippets.

@justinallen
Created March 23, 2021 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinallen/aac551dd8451dfbc40060885513d95fc to your computer and use it in GitHub Desktop.
Save justinallen/aac551dd8451dfbc40060885513d95fc to your computer and use it in GitHub Desktop.
Miscellaneous regex
# getting messy page numbers
^p. \(\#[0-9]{1,3}\)
# matches p. (#33)
# page headings with book title
^HARD TIMES. [0-9]{1,3}
# matches HARD TIMES. 101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment