Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
@font-face stuff
bits and pieces of reusable replacements in CSS @font-face rules
Submitted by
mroncetwice
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Roman numeral detector
Detects valid Roman numerals (up to 3999), and splits into 4 capture groups: thousands, hundreds, tens, and units.
Submitted by
Terence Linnell
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
sql: insert into
insert into (a,b,c) values (1,2.3,"test");
Submitted by
suat erenler - sua.gen.tr
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
hj
hj
Submitted by
hj
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
currency
no description available
Submitted by
anonymous
-
8 years ago
3
6 upvotes, 3 downvotes (67% like it) (You must be signed in to vote)
pcre
Invalid Unicode characters in XML
This pattern matches all the Unicode characters that are not allowed in an XML document. It's based on the Wikipedia article "Valid characters in XML".
Submitted by
Aaron Wells
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Currencies
Matches numbers formatted like currencies
Submitted by
elgehelge
-
8 years ago
3
7 upvotes, 4 downvotes (64% like it) (You must be signed in to vote)
pcre
Perl
no description available
Submitted by
anonymous
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Forum user validation
Pedro al DAMS
Submitted by
giacomo
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Nombres 4 chiffres
Nombres 4 chifres
Submitted by
EA
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Shortcode parser
Parse shortcodes, its attributes values and html
Submitted by
anonymous
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
POST OFFICE BOX
no description available
Submitted by
jmweekes
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Camel case to space-separated string
Takes any camel case and returns it plus spaces.
Submitted by
Rougeware
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
BOOLEAN EXPRESSION WITH BRACKETS MATCHER
comapre simbols used just !=, ==, =, beacose of task keyword "not" can be used only before leftside value beacose of task
Submitted by
Ilya Filisteev
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
ln -l linux parse
parse linux ln -l output command
Submitted by
guignol95
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
MySQL Full-Text BOOLEAN mode
Checks if an input string is compatible with the BOOLEAN mode of MySQL full text search system
Submitted by
greezybacon
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Get bad iframe (with white-list)
In (?!www.youtube.com\/|youtube.com\/|player.vimeo.com\/) u can add good sites for iframes: www.youtube.com/ player.vimeo.com/
Submitted by
Resager
-
8 years ago
3
4 upvotes, 1 downvotes (80% like it) (You must be signed in to vote)
pcre
Select all number greater than 36
no description available
Submitted by
Mansoor
-
8 years ago
3
4 upvotes, 1 downvotes (80% like it) (You must be signed in to vote)
pcre
Extract All Steam Keys
Extract all Steam Keys from a Given String
Submitted by
Ashesh Kumar
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
coffeescript operator
no description available
Submitted by
anonymous
-
8 years ago
1
...
652
653
654
655
656
657
658
...
665
NUMBERS (integer, float, scientific notation)
Vote
-10
11 upvotes, 21 downvotes (34% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
[
+-
]
?
(
\pN
+
(
$
|
(?P>float)
?
e-
?
\pN
+
$
)
|
(?<float>
\pN
*
[
,.
]
\pN
+
)
)
/
gmui
Open regex in editor
Description
Loading markdown...
Submitted by
CSφ
- 9 years ago