Regular Expressions 101

Library entries

1
python

Find join

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

Vowel words

([!-\~]aeiou)
Submitted by Ipsita Mohanty - 7 years ago
3
javascript

Non vowel words

/\b(+)\b/ig
Submitted by regexe - 7 years ago
0
javascript

3-50 all

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

vowel words

([!-\~]aeiou)
Submitted by Ipsita Mohanty - 7 years ago
1
javascript

Telefono Local venezuela

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

Telefono celular venezuela

no description available
Submitted by anonymous - 7 years ago
-2
python

TD data from html table

no description available
Submitted by Deepak Bansal - 7 years ago
0
javascript

Email

validate email address
Submitted by anonymous - 7 years ago
1
javascript

city names

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

emoticon

no description available
Submitted by Victor Huang - 7 years ago
-1
python

GetDeviceIdFromAOR

no description available
Submitted by anonymous - 7 years ago

ghs LS Summary extractor

Vote

1

Regular Expression
python

r"
(?:CRITERION SUMMARY.*?\n)(.*?)(?:\n{2}|\.PLOT PAGE)
"
gims

Description

Loading markdown...
Submitted by anonymous - 8 years ago