Regular Expressions 101

Library entries

3
pcre

coffeescript operator

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

Remove br tags inside anchor tags

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

Non vowel words

/\b(+)\b/ig
Submitted by regexe - 7 years ago
3
python

iframe src parser

Get iframe src
Submitted by Sumeet Fefar - 7 years ago
3
pcre

JWT Validation

Validate a Json Web Token (JWT).
Submitted by Erik Maas - 7 years ago
3
pcre

TTML time expression offset-time

no description available
Submitted by ovvland - 7 years ago
3
pcre

apache access log

parse the apache access log
Submitted by pagu - 7 years ago

NUMBERS (integer, float, scientific notation)

Vote

-10

Regular Expression
pcre

/
^[+-]?(\pN+($|(?P>float)?e-?\pN+$)|(?<float>\pN*[,.]\pN+))
/
gmui

Description

Loading markdown...
Submitted by CSφ - 9 years ago