Regular Expressions 101

Library entries

1
pcre

Test for Ross

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

Movies title extractor

Extract the title from a movie file
Submitted by dshinigami - 9 years ago
1
pcre

unity3d.com csharp lint regex

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

ewqewq

no description available
Submitted by anonymous - 9 years ago
5
pcre

Find All Python imports

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

PAN verification regex

Regex to verify PAN in India
Submitted by Anirban - 9 years ago
1
pcre

Test

test
Submitted by royskatt - 9 years ago

number with or without thousands separator(.) and decimal part(,)

Vote

0

Regular Expression
pcre

/
^-?(\d+|\d{1,3}(\.\d{3})+)(\,(\s)?\d*)?$
/
g

Description

Loading markdown...
Submitted by Basten - 9 years ago