Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-08-14 12:57
Flavor·PCRE (Legacy)

/
(?=.*p)(?=.*o.*o)(?=.*u.*u)(?=.*l)(?=.*t.*t)(?=.*r)(?=.*y)(?=.*w)(?=.*i)(?=.*s.*s)(?=.*a)(?=.*n)(\b.{18}\b)
/
g
Open regex in editor

Description

this is an anagram matcher to run upon words

Submitted by sp90