^(.*oo[^k])|foo$
.+ick$
^[af]{2,}[^m]$
(\w{3}).*\1.*
^(?!.*?(\w)\1).*$|ef
^(\w)(\w).*\2\1$
^x(xx+?)\1+$
(\w).*\1.*\1.*\1
^[^o].{1,5}$
00
\*(\w+).+\S\1|(\w+)\*.+\1
((<)\2)\1
^((((((((((x)\10?)\9?)\8?)\7?)\6?)\5?)\4?)\3?)\2?)\1?$
Source: https://habr.com/ru/post/206858/
All Articles