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)
javascript
find base32 and id
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
@Extract @kMDItem Value from Either Single & @Multiline Text @ccstone
This uses the LookAhead feature to include match/capture of all text, either on a single line, or multiple lines, until it finds characters NOT in the "continuation" lines. When a kMDItem uses multiple lines, it starts each continuation line with multiple SPACES. The start of a NEW kMDItem always s...
Submitted by
JMichaelTX
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
@Parse @AppleScript @Handler List into Name, Params, & Tags
Processes the list of AppleScript Handlers, which usually have been extracted from a Script Library, with one handler/line. Source data looks like this: changeDate(pPOSIXPath, pDateToChange, pNewDate) -- @Date @Finder @File @Change checkReqdASVer(pVerReqdStr) -- @AppleScript @Ver cleanName(pNameFin...
Submitted by
JMichaelTX
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
regex pour nom fichier pesv2
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
get date from french text
no description available
Submitted by
anonymous
-
6 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Email Check
Checks if a string contains an email address. Works for all email addresses.
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
beginsWithOperator
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
SQL alias
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Finding comments
Used for finding lines with comments in C#
Submitted by
Simon Clement
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Find lines with extra semicolons
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Find any Characters
Finds all characters and numbers in a string.
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Find 4 numbers/digits
Will find 4 digits. IE: 1234 (not 123).
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Убираем заголовки
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
#hashtag
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Corequery event template click keyup etc
pathfromdata.event(arg1,arg2)
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Corequery event template click keyup etc
pathfromdata.event(arg1,arg2)
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Security rating reaffirmed
Matching financial agencies rating securities for buy/hold etc
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
zero or one
no description available
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
One occurrence from 0 to 10 with one decimal.
Only one occurrence of a value between 0 to 10 with only one decimal using ',' like point. For example: Good: 0,3 0,5 4,2 10 Fail: 92 0,31 3,45
Submitted by
anonymous
-
6 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Detect all HTML tags
This RegExp will find any and everything that's an HTML tag, and ignore the contents inside of it. (sorry if this already exists, I'm new to the site and I'm having a lot of fun with RegExp... so here's my version!)
Submitted by
William Ramsey
-
6 years ago
1
...
534
535
536
537
538
539
540
...
838
Lockbox Sätze
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(
.
*
[^
"
]
+
(
(?<=
[
.?!
]
\s
)
.
*
lockbox
.
*
(?<=
[
.?!
]
)
)
[^
"
]
.
*
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 6 years ago