Regular Expressions 101

Sponsors

Library entries

1
pcre

regex

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

yous

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

Adyen reason when AUTHORISATION success

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

remove comments from php code

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

Thai Name match

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

Wyrażenie sprawdzające wiek od 0 do 200

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

extract values inside <![CDATA[...]]

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

Improved RegEx101 ID Grabber

Grabs the ID and revision from the URL.
Submitted by RF - 8 years ago
-2
pcre

Test email

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

Regex

Test
Submitted by anonymous - 8 years ago
-2
pcre

cofor

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

Regexp haus

Ejemplo para parsear direcciones de Haus
Submitted by Leo - 8 years ago
1
pcre

Window Spacer type

no description available
Submitted by anonymous - 8 years ago

How to document a Regex? Example 2

Vote

1

Regular Expression
pcre

/
((?# Capturing group for the type name) \/+(?# Start with / or // ) [^\/\[\]]+(?# Type name exclusing start of attribute and next type) (?:(?# Non-capturing group for the attribute) \[(?# Start of an attribute) [^\]']*(?# Anything but end of attribute or start of string) (?:(?# non-capturing group for string) '(?# string start) [^']*(?# anything inside the string, except end of string) '(?# string end) )(?# end of string group) \](?# end of attribute) )?(?# Attribute can occur 0 or one time) )+(?# Type can occur once or many times)
/

Description

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