Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-02-16 21:18
Flavor·Python

r"
^(?P<demo1>[A-Za-z]+)(?:(?:,\s*)|(?:\s+))(?P<demo2>[A-Za-z]+)
"
gm
Open regex in editor

Description

title

Submitted by Sam Wagenaar