Regular Expressions 101

Library entries

1
javascript

username

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

auto-complete

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

Wikipedia parse

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

Find specific tag content

no description available
Submitted by Ivan Milazzotti - 7 years ago
1
pcre

Find </a>

no description available
Submitted by Ivan Milazzotti - 7 years ago
1
python

anime English title

anime English title from snipertopanime
Submitted by Wasdee - 7 years ago
1
javascript

Sentence checker

This will validate any nu of lines
Submitted by noby nirmal - 7 years ago
1
pcre

sentence checker

This will check for any no of strings
Submitted by noby nirmal - 7 years ago
1
python

Bigger or lower than a number with <>

no description available
Submitted by woss.io - 7 years ago
1
pcre

sentence regex

This regex will pick sentences.
Submitted by noby nirmal - 7 years ago
0
javascript

Line match

Regex to match any no of lines
Submitted by noby nirmal - 7 years ago
1
javascript

email regex

no description available
Submitted by anonymous - 7 years ago

RPN calculator grammar

Vote

1

Regular Expression
pcre

/
(?<number> (?: \d+ (?:\.\d*)? )| (?:\d*\.\d+) )| (?<immediate> (?<str> (?: ' (?<__str__> (?:[^'\\]|\\')* ) ' )| (?: \ (?<__str__>.) ) )| (?<operator> (?: p| | R| \_| \-| | r| \∩| | \∞| \∅| \~| \/| \]| C| \%| P| \*| \^| \∪| d| \[| F| l| s| \!| \+| \=| h| f| c ) )| (?<apply>\$)| (?<space>\s+) )
/
mxuJ

Description

Loading markdown...
Submitted by Alex Pilon - 7 years ago