Regular Expressions 101

Sponsors

Library entries

1
pcre

Lines file First and Last Node

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

Java

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

pohe no nubmer valdiation

no description available
Submitted by anonymous - 7 years ago
1
python

Find label

Find label in MIPS assembly
Submitted by Dlavoieb - 7 years ago
1
pcre

Empty ini section title

kust like [*]
Submitted by CWFF - 7 years ago
1
pcre

asd

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

DD Addresses

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

Panel Mark

no description available
Submitted by Hoss - 7 years ago
1
python

kalem pattern 2

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

bitcoin 1.00000000 minimum

no description available
Submitted by anonymous - 7 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