Regular Expressions 101

Library entries

1
pcre

javas dismissed lines

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

javas legal empty lines

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

java variable declaration

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

java while

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

Find sentence start

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

simplewords

words
Submitted by glin - 8 years ago
1
pcre

MYV_POSTPAY_ACCESSLOG

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

hstore

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

Levi test

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

keep versions

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

redaa

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

File input type validation

no description available
Submitted by Ramkumar Venkatachalam - 8 years ago
1
pcre

match data-reactid

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

Java poet regex alternative.

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