Skip to content

Instantly share code, notes, and snippets.

@isaactopo
Last active February 9, 2022 10:24
Show Gist options
  • Save isaactopo/1a5126d04d9a3638aa459b1d5683ddfb to your computer and use it in GitHub Desktop.
Save isaactopo/1a5126d04d9a3638aa459b1d5683ddfb to your computer and use it in GitHub Desktop.
Regex Author example
https://regex-generator.olafneumann.org/?sampleText=user%3A%20a-minero&flags=i&onlyPatterns=true&matchWholeLine=false&selection=0%7CMultiple%20characters,4%7CCharacter,5%7COne%20whitespace,6%7COne%20character,7%7CCharacter,8%7CMultiple%20characters
Find: Author+:\s([a-zA-Z])-([a-zA-Z]+)
Replace: Author: $1.$2@baylos.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment