Regular Expressions 101

Library entries

1
python

Removes C-like comments

no description available
Submitted by Gabriel Olivério - 8 years ago
2
pcre

catch options

catch options
Submitted by Marek R - 8 years ago
3
python

Twitch URL Regex

Can grab all kinds of valid twitch URLs.
Submitted by Mio - 8 years ago
0
pcre

Single Mustache

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

Pinguino regex

Used for replace words from .pdl
Submitted by anonymous - 8 years ago
1
pcre

Indonesia Post Code

no description available
Submitted by respeto - 8 years ago
1
pcre

border syntax checker

Checks the css value for a border
Submitted by Benjamin Weigt - 8 years ago
1
pcre

lisp

match function names in defun constructs
Submitted by anonymous - 8 years ago

match any email address in list

Vote

1

Regular Expression
pcre

/
(\\W|^)(billg@microsoft.com|sjobs@apple.com|sjobs+spam@gmail.com)(\\W|$)
/

Description

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