Regular Expressions 101

Sponsors

Library entries

1
javascript

Testing Header String Regex

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

Typo 3 Section

no description available
Submitted by Dan Schalow - 7 years ago
2
javascript

SSN

allow nine digits only
Submitted by anonymous - 7 years ago
1
javascript

yahya_asadi

trying to learn regex
Submitted by yahya_asadi - 7 years ago
0
javascript

text validation

allows white spaces, -, Umlaut and ß
Submitted by anonymous - 7 years ago
1
javascript

get user authentication

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

Validate US Telephone Numbers

no description available
Submitted by Davide Vozzi - 7 years ago
2
javascript

Remove XSS

no description available
Submitted by Harish Thakur - 7 years ago
1
javascript

Change Extension in File Name

Changes extension in a file name.
Submitted by Mi-L@ - 7 years ago
1
javascript

RNP

no description available
Submitted by KSrGEAR - 7 years ago
0
javascript

href parse v2

matches href, title, innerhtml
Submitted by chrysls - 7 years ago
2
javascript

Href parse

matches href, title, innerhtml
Submitted by chrysls - 7 years ago
1
javascript

password validation

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

FEN

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

FEN

FEN is "Forsyth-Edwards Notation"
Submitted by maxqua72 - 7 years ago
2
javascript

Removes script tags

no description available
Submitted by ghs - 7 years ago

Parse string like: "[!type|name] http://some.url/to.file"

Vote

2

Regular Expression
javascript

/
(\s*\[+?\s*(\!?)\s*([a-z]*)\s*\|?\s*([a-z0-9\.\-_]*)\s*\]+?)?\s*([^\s]+)\s*
/
ig

Description

Loading markdown...
Submitted by Max Chuhryaev - 7 years ago