Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-06-08 12:20
Flavor·Java

"
^(?<first>[a-z]+)\.(?<second>[a-z]+)$
"
i
Open regex in editor

Description

This is an example for stackoverflow

Submitted by anonymous