Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-03-16 12:41
Flavor·Java

"
^[^.'-].*[^.'-]$
"
gm
Open regex in editor

Description

String doesn't start or end with . - '

Submitted by VS