Regular Expressions 101

Library entries

23
pcre

userName

1-15 alphanumeric login name
Submitted by gsanchezc - 8 years ago
0
pcre

Check_Email

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

matching sentence

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

Phone Number Extractor

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

get all files

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

Any mail address

Any mail address
Submitted by Himalay - 8 years ago
3
pcre

split sentence regex

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

Mio- schedule task log parser

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

asd

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

Extract a UUID

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

regrex expression

http://www.r-project.org/mail.html
Submitted by Michael Tan - 8 years ago
1
pcre

nwtis_app1_admin

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

Zipcode Mundial

no description available
Submitted by Mariela Gonzalez - 8 years ago
1
pcre

Replace anonymous actions

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

Port mapping

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