^.?$|^(..+?)\1+$
<answer>
Matches strings of any character repeated a non-prime number of times
12 points
^.?$|^(..+?)\1+$
Matches strings of any character repeated a non-prime number of times
Post funny things about programming here! (Or just rant about your favourite programming language.)
5.4K
Monthly active users
887
Posts
9K
Comments