Regular Expressions 101

Library entries

1
javascript

Match URL

no description available
Submitted by http://piecedigital.github.io - 7 years ago
1
javascript

\**

no description available
Submitted by anonymous - 7 years ago
1
javascript

c++

no description available
Submitted by anonymous - 7 years ago
1
javascript

simple symbols

+a+====+b+
Submitted by Tamara F - 7 years ago
1
javascript

Repeating numbers

Repeating numbers (11111,22222,333333)
Submitted by Selva - 7 years ago
1
javascript

System names

no description available
Submitted by anonymous - 7 years ago
1
javascript

US Telephone Number

no description available
Submitted by anonymous - 7 years ago
1
javascript

email validation

email validation
Submitted by Guti - 7 years ago
1
javascript

Test

no description available
Submitted by test1 - 7 years ago
1
javascript

Inside single quotes

no description available
Submitted by anonymous - 7 years ago
1
javascript

correlation challenge

no description available
Submitted by anonymous - 7 years ago

Javascript GUID regex

Vote

1

Regular Expression
javascript

/
^[{]?[0-9a-fA-F]{8}[-]?([0-9a-fA-F]{4}[-]?){3}[0-9a-fA-F]{12}[}]?$
/
gm

Description

Loading markdown...
Submitted by stom - 7 years ago