Community Patterns

Community Library Entry

0

Regular Expression
Created·2015-06-19 12:23
Flavor·PCRE (Legacy)

/
[123]+(123)*2
/
Open regex in editor

Description

/[123]+(123)*2/ Input: 1,2,3,4,5,6,7,8,9,0,10,11,12,13,14,15,16 Find: 12

Submitted by Tomer Levi