Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-10-18 15:44
Flavor·Java

"
^([a-z]|[A-Z]).*\1$
"
gm
Open regex in editor

Description

regex for a string that starts and ends with the same letter

Submitted by anonymous