regexmatch.dev
Explore

Save & Share

Facebook
Twitter
Tumblr
E-Mail
Pinterest
LinkedIn
Reddit

Match 5 forward slashes

Published on Tue Mar 01 2022

Match 5 forward slashes

/a1/a2/a3/a4/

Additional matching regexes for
Match 5 forward slashes

Match 5 forward slashes

Match 5 forward slashes

Match directory path

match with or without prevailing/trailing slashes

find action,form,forward struts

find action,form,forward struts Remplace @[email protected] = action struts Remplace @[email protected] = form name struts Remplace @[email protected] = forward name struts

Valid email regexp in Go

A regexp to validate an email address according to https://html.spec.whatwg.org/#valid-e-mail-address . Note that the backslash in the name part of the regexp on that site is there to escape the forward slash, which is not needed in Go.

URL MATCH

URL MATCH

Match Gmail Email

Match Gmail Email

re_ip

match IP:port in text

date regex

match dd-mm-yyyy

ipv6

Match an ipv6 address

Single lone digits

Find single digits that are not part of an integer. For example, "27" should not match, but "27.1" will match the "1". "27.11" won't match.