Skip to content

Instantly share code, notes, and snippets.

@duplaja
Last active March 5, 2022 15:55
Show Gist options
  • Save duplaja/72ca0afb45151df844f299f991eed757 to your computer and use it in GitHub Desktop.
Save duplaja/72ca0afb45151df844f299f991eed757 to your computer and use it in GitHub Desktop.
Useful Regex

Links

(http/https): https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)

Number followed by Period and Space

^(\d+)\.\s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment