Skip to content

Instantly share code, notes, and snippets.

@dixonge
Last active May 13, 2022 11:59
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 dixonge/c7b90f840f075ccd59d6f91db9abf11b to your computer and use it in GitHub Desktop.
Save dixonge/c7b90f840f075ccd59d6f91db9abf11b to your computer and use it in GitHub Desktop.
Restrict regex search to first line of document
// This substitutes for \A which doesn't work
(?<!\n)^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment