Regular Expressions 101

Library entries

-2
pcre

Camelize JSON

no description available
Submitted by anonymous - 8 years ago
-2
pcre

Substitute text between brackets

no description available
Submitted by anonymous - 8 years ago
-2
pcre

French phone attempt

no description available
Submitted by anonymous - 8 years ago
-2
pcre

remove eval(base64_decode( ));

\seval\(base64_decode\(?\)\);
Submitted by manish kumar - 8 years ago
-2
javascript

SQL Injection

SQL injection regEx pattern
Submitted by Darshan Patil - 8 years ago
-2
javascript

search all special characters

no description available
Submitted by rlynjb - 8 years ago
-2
pcre

float

matches 123.4f 123.4F .4f .4F 5f 5F
Submitted by Mateusz Paluch - 8 years ago
-2
pcre

boolean

Value must be either true or false
Submitted by nstaal - 8 years ago
-2
python

Between two strings

Awesome explanation of nested lookbacks
Submitted by OnlineCop - 8 years ago
-2
pcre

Simple Username Pattern

a simple username pattern
Submitted by Saeed Tabrizi - 8 years ago
-2
pcre

DOTNET

no description available
Submitted by anonymous - 8 years ago

trim

Vote

106

Regular Expression
javascript

/
^[\s]*(.*?)[\s]*$
/

Description

Loading markdown...
Submitted by fp - 10 years ago