Regular Expressions 101

Library entries

37
pcre

http://

no description available
Submitted by Mitus M. - 9 years ago
32
pcre

ninite

no description available
Submitted by peek - 8 years ago
28
pcre

Wrap long string to spec length

no description available
Submitted by fullpipe - 10 years ago
23
pcre

userName

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

Date Regex(DD/MM/yyyy)

no description available
Submitted by alcaamado - 8 years ago
17
pcre

Email validation

no description available
Submitted by tutsplus.com - 9 years ago
17
pcre

Between tags content

no description available
Submitted by Agustín Bouillet - 8 years ago
16
pcre

Alphanumeric Regex

no description available
Submitted by Deepan - 8 years ago
16
pcre

IPv4

no description available
Submitted by robwa - 7 years ago
16
pcre

Cron schedule

Validate cron lines (even the ones commented out)
Submitted by anonymous - 7 years ago

remove comments from php code

Vote

10

Regular Expression
pcre

@
(?(DEFINE) (?<next_open_tag> [^<]*+ (?i: <++[^<?s][^<]* | <++(?! \?php | \?= | script\s*language\s*=\s*([\'"]?)php\g{-1}\s*> ) [^<]* )*+ (?i: <++(?: \?php | \?= | [^>]+ ) | \z ) ) ) \A (?&next_open_tag) \K | [^'"`/#<?]*+ (?: '(?:[^'\\]+|\\.)*+' [^\'"`/#<?]* | "(?:[^"\\]+|\\.)*+" [^\'"`/#<?]* | `(?:[^`\\]+|\\.)*+` [^\'"`/#<?]* | /(?![/*]) [^\'"`/#<?]* # stop for // or /* | # if close tag ?> \? (?: >(?&next_open_tag)[^\'"`/#<?]* | ) | < (?: # heredoc or nowdoc <<[\ \t]*([\'"]?) ([a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*) \g{-2}[\ \t]*[\r\n] (?-s:.*+[\r\n])*? \g{-1}[\r\n;] [^\'"`/#<?]* | (?i: /script\s*>) (?&next_open_tag) [^\'"`/#<?]* | [^\'"`/#<?]* ) )*+ \K (?: (?://|\#)(?:[^\n?]+|\?(?!>))*+ # single line comment // и # | /\*(?:[^*]+|\*(?!/))*+\*/ # multi line comment /* */ )?
@
xsg

Description

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