Regular Expressions 101

Community Patterns

Tac Tac Tic

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^(\2tic|(tac))+$
/
gm

Description

Only accepts a new tic if there are two tac before it.

Submitted by @roshankumar350 - 14 days ago