Regular Expressions 101

Library entries

1
javascript

not a string

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

Remove HTML

no description available
Submitted by https://github.com/Edux87 - 7 years ago
1
javascript

Matching a URL

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

IBAN

The regex of IBAN of the Zend Framework validator
Submitted by Zeyckler - 7 years ago
1
javascript

SegmentLoaderRegex

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

Test

Test
Submitted by Test - 7 years ago
1
javascript

Shortcode Js

[shortcode attr="data"]
Submitted by khiconit - 7 years ago
1
javascript

Username

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

^((?!^City$)[a-zA-Z '])+$

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

Cascade ID

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

Lib

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

Outher {} brackets

no description available
Submitted by anonymous - 7 years ago

$_=$ARGV[0];s/(\w\W?)(\W?\w)/\u$1$2/g;print

Vote

1

Regular Expression
python

r"
$_=$ARGV[0];s/(\w\W?)(\W?\w)/\u$1$2/g;print
"

Description

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