Regex Hero | The .NET Regular Expression Tester
/
.NET Regex Library
Remove Bullet Points
0
Open in the
Regex Tester
[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
9/29/2015 8:49:48 PM
0 comments so far.
Log in
to leave a comment.
Preview
<< back to
Library
You cannot vote on your own.
(click to dismiss)
You may only vote once.
(click to dismiss)
You must log in to vote.
(click to dismiss)
Regex Hero
Log In
.NET Regex Tester
Reference
Library
Videos
Support