Regular Expressions 101

Library entries

0
javascript

Line match

Regex to match any no of lines
Submitted by noby nirmal - 7 years ago
1
javascript

email regex

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

match non-regular words

no description available
Submitted by Jason - 7 years ago
1
pcre

password8s

password con 8
Submitted by anonymous - 7 years ago
1
pcre

men

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

Todo Comments

no description available
Submitted by Marvin Hagemeister - 7 years ago
1
python

remove specific div

removes divs of the print class
Submitted by Nicolaj - 7 years ago
1
pcre

Text by word tail-trimming regex pattern

no description available
Submitted by anonymous - 7 years ago

Google extract id

Vote

1

Regular Expression
pcre

/
(?:https?:\/\/)?(?:www\.)?plus\.google\.com\/([\w]+\/)?([\d]\/)?([+]?[\w(\_\-)?p{L}]+|[\d]{21})(?:\/)?(?:[\w(\-\_)?]+)?
/
gi

Description

Loading markdown...
Submitted by Razvan Suciu - 7 years ago