Regex Hero | The .NET Regular Expression Tester
/
.NET Regex Library
Remove Bullet Points
0
[a-z]+(?!\.\b)([A-Z\.\\_\\\/\$]+[a-z]*)+ | # One or more lower case then (UPPER then 0 or more lower) 1 or more times ([A-Z\.\\_\\\/\$]+[a-z]*){2,} | # (One or more upper then 0 or more lower) Two or more times $ # The end of the string
Darrin W. Cullop
09/29/2015 20:49:48
0 comments so far.
Preview
<< back to
Library
Regex Hero
.NET Regex Tester
Reference
Library
Videos
Support