Regular Expressions 101

Community Patterns

3

Non vowel words

ECMAScript (JavaScript)
/\b(+)\b/ig
Submitted by regexe - 8 years ago

Get ip address (only ipv6) Validator

0

Regular Expression
.NET (C#)

@"
(?:(?:[a-f0-9]*)?:){1,7}[a-f0-9]*
"
gim

Description

Loading markdown...
Submitted by Mr.Tang - 7 months ago
(Last modified 7 months ago)