I need some easy (without mb_* and things like that) to go around this issue.
I’ve tried something like
preg_match_all('#[a-ząśćłóżźń]{3,}#', $text, $matches);
but it doesn’t work.
I need some easy (without mb_* and things like that) to go around this
Share
Try…