Community Patterns

Community Library Entry

3

Regular Expression
Created·2013-10-04 03:08
Flavor·PCRE (Legacy)

/
^(?=.{2}(.))(?=.{5}(.))(?=.{7}(.))
/
Open regex in editor

Description

capture Nth character from string, 3 times

Submitted by K.