Skip to content

Instantly share code, notes, and snippets.

@souhaiebtar
Last active February 26, 2026 12:25
Show Gist options
  • Select an option

  • Save souhaiebtar/d76512d24b6576bda6087376e62b18e6 to your computer and use it in GitHub Desktop.

Select an option

Save souhaiebtar/d76512d24b6576bda6087376e62b18e6 to your computer and use it in GitHub Desktop.
[regular expression]regular expression #regex

search for print that does not # before and space before or after #

^(?![\s]*#).*\bprint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment