Skip to content

Instantly share code, notes, and snippets.

@kbbgl
Created May 7, 2020 16:59
Show Gist options
  • Save kbbgl/db67398fba418037a4b7931b42005b76 to your computer and use it in GitHub Desktop.
Save kbbgl/db67398fba418037a4b7931b42005b76 to your computer and use it in GitHub Desktop.
[pattern to match string between <>] #regex
(?<=<).*?(?=>)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment