Regular Expressions 101

Library entries

3
pcre

Cisco ASA

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

Beginning of word

When looking for day, Sunday should not be matched.
Submitted by Ben - 8 years ago
1
pcre

FRDocExpression

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

111

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

L0

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

add hint path to csproj references

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

Encontrar espaço em branco duplicado

White space
Submitted by Gustavo Américo - 8 years ago
1
pcre

Single-line comment extraction

no description available
Submitted by Jeff Hansen - 8 years ago
1
pcre

EIS Chef Runlist Regex

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

Parse all adresses in href

no description available
Submitted by anonymous - 8 years ago

Improved RegEx101 ID Grabber

Vote

0

Regular Expression
pcre

/
# Match the beginning of the string. ^ # Match the HTTP(S) domain and path of re101. https?:\/{2}regex101\.com\/r\/ # Capture the unique ID. (?<id>[a-z\d]{1,6}) # Capture the revision. (?:\/(?<rev>\d+))? # Do not care about anything else...
/
gimx

Description

Loading markdown...
Submitted by RF - 8 years ago