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
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Smile
Accepts : ':' and ';' for eyes Optional : '-' and '~' for nose Accepts : ')' and 'D' for mouth
Submitted by
annickFro
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
find number with comma and string
find a number with a comma and continue with a string ex. 1,000 AED
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Números reales
Números reales
Submitted by
Carlos Osmar
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Validación de palabra USFX
Puede validar diferentes maneras de escribir la palabra Universidad Mayor, Real y Pontificia de San Francisco Xavier de Chuquisaca
Submitted by
Carlos Osmar
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Validación de fecha
Este código validará la fecha
Submitted by
Carlos Osmar
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Doble Espacio
Encuentra texto con toble espacio
Submitted by
Carlos Osmar
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Negative search
Seach pattern that doesn't match
Submitted by
Gael Langlais
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
date dd.mm.yyyy
Date format dd.mm.yyyy
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Invoice nr
regexp search in mongo db by nr
Submitted by
Tivadar
-
6 months ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Mobile Number (with country code)
Basic Regex to validate mobile numbers, with country code
Submitted by
Ashutosh Mishra
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
AppStore apps URL
This regex can detect if URL is Appstore app link
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
MySQL DATETIME
MySQL DATETIME
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Lookahead and lookbehind example
An example of lookahead and lookbehind, both negative and positive. Allows to limit matches within specified limits without capture groups
Submitted by
CAMOKPYT
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Split Http(s) Response
Split Http(s) Response
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Matches ISBN-10 or ISBN-13 in any text (separator can be space or -)
Matches ISBN-10 or ISBN-13 in any text (separator can be space or -). You still need to use code to compute checksum using the last digit to validate.
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Find unmatched smart quotes or bad quotes
Finds all unmatched smart quotes, double and single, but ignores close single smart quote when used as an apostrophe.
Submitted by
Rich Meng
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Vivaldi
Vivaldi
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
A Fast Way to Redeem All Jingle Jam Steam Codes
Paste the text of your email in the "TEST STRING" text box. Then click
Submitted by
Mii415
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Pig Latin
Group first character and remaining word and flip order
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Get IP adress from proxy scrapper
Get the IP Address and port from the proxybroker report "bluet/proxybroker2"
Submitted by
anonymous
-
6 months ago
1
...
24
25
26
27
28
29
30
...
572
VK owner id and item id regex
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre2
/
(
(?<=
\/
|
=
)
wall
|
photo
|
video
)
(
-
?
[
0
-
9
]
*
)
_
(
[
0
-
9
]
*
)
(
\?
reply=
)?
(
(?<=
reply=
)
[
0
-
9
]
*
)?
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
MagicWinnie
- 8 months ago