Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-05-23 09:37
Flavor·Python

r"
(?<=([aui]))[wy](?=\1)|(?<=i)[wy](?=u)
"
g
Open regex in editor

Description

no description available

Submitted by anonymous