Regular Expressions 101

Library entries

17
pcre

Between tags content

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

[\d]*

kostix@mail.ru
Submitted by anonymous - 8 years ago
1
pcre

Czech Bank Account Number

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

boolean

Value must be either true or false
Submitted by nstaal - 8 years ago
2
pcre

find numbers with 2 commas

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

WKT POINT to longtitude and latitude

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

Update something

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

coffeescript operator

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

H

I
Submitted by anonymous - 8 years ago
0
pcre

float

matches floats: 1.0f 1.0F .0f .1F 1f 1F
Submitted by Mateusz Paluch - 8 years ago
-2
pcre

float

matches 123.4f 123.4F .4f .4F 5f 5F
Submitted by Mateusz Paluch - 8 years ago
1
pcre

Git merge replacements

Group 1 gives ours, group 2 gives theirs
Submitted by Erik - 8 years ago
1
pcre

android strings tester

replace .* with a test string
Submitted by l3d00m - 8 years ago
1
pcre

test

no description available
Submitted by anonymous - 8 years ago

BOOLEAN EXPRESSION WITH BRACKETS MATCHER

Vote

3

Regular Expression
pcre

/
(?(DEFINE) (?<exprs> (?&expr)(\s+(?&bool)\s+((?&expr)|\(\s*(?&exprs)\s*\)))* ) (?<expr> (?&valleft)\s?(?&comp)\s?(?&valright) ) (?<comp> ((!=)|(==)|(<=)|(>=)|(<)|(>)){1} ) (?<valleft> (?&not)[\w\.]+ ) (?<valright> [\w\.]+ ) (?<bool> (and|or) ) (?<not> (not\s+)?) ) (?&exprs)
/
xmi

Description

Loading markdown...
Submitted by Ilya Filisteev - 8 years ago