Regular Expressions 101

Community Patterns

only one space between words

0

Regular Expression
Python

r"
^[A-Za-z]*( [A-Za-z]+)*$
"
gm

Description

no description available

Submitted by anonymous - 5 years ago