Regular Expressions 101

Library entries

1
javascript

Sentence checker

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

anime English title

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

username

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

i

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

Perfect URL Validation

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

xregexp

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

__import__("os")

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

KLC051 Regex

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

URL Matcher

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

t01

t01
Submitted by anonymous - 7 years ago
1
python

小写单词

搜索句子中的小写单词
Submitted by enihsyou - 7 years ago

Create a 3 letter acronym

Vote

1

Regular Expression
python

r"
(^[A-Za-z]|(?<=[^\w])[A-Za-z]|(?<![A-Z])[A-Z])
"
g

Description

Loading markdown...
Submitted by Juan Mesa <linuxven@gmail.com> - 7 years ago