Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Java 8

"
^[^.'-].*[^.'-]$
"
gm

Description

String doesn't start or end with . - '

Submitted by VS - 4 years ago