Regular Expressions 101

Library entries

1
javascript

Repeating numbers

Repeating numbers (11111,22222,333333)
Submitted by Selva - 7 years ago
1
pcre

deobfusc js

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

not match first string

sgsg
Submitted by ad - 7 years ago
1
pcre

de-obfuscate javascript list

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

last element in list

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

simple symbols

+a+====+b+
Submitted by Tamara F - 7 years ago
1
pcre

email validation

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

email

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

regex title

yii2 regex
Submitted by connor - 7 years ago
1
pcre

RDATE

RDATE parsing REGEX
Submitted by Brian - 7 years ago
1
pcre

"greedy" ltv bug

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

c++

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

rigby

shows regular expression
Submitted by anonymous - 7 years ago
1
pcre

Hitsuji - Equipment

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

desanonimyse

no description available
Submitted by JB Escudié - 7 years ago
1
javascript

\**

no description available
Submitted by anonymous - 7 years ago

FEN Regex

Vote

2

Regular Expression
pcre

/
^ (?# Piece Placement Section)(?<PiecePlacement>((?<RankItem>[pnbrqkPNBRQK1-8]{1,8})\/?){8}) (?# Section Separator)\s+ (?# Side To Move Section) (?<SideToMove>b|w) (?# Section Separator)\s+ (?# Castling Ability) (?<Castling>-|K?Q?k?q) (?# Section Separator)\s+ (?# En passant) (?<EnPassant>-|[a-h][3-6]) (?# Section Separator)\s+ (?# Half Move Clock) (?<HalfMoveClock>\d+) (?# Section Separator)\s+ (?# Full Move Number) (?<FullMoveNumber>\d+) \s* $
/
x

Description

Loading markdown...
Submitted by NazarioJL - 7 years ago