I&#39;m trying to write a small regex that would return any repeating pattern in a string e.g. (&quot;ababcdcdababcdcd&quot; would return &quot;ab&quot; &quot;cd&quot; abab&quot; &quot;cdcd&quot; &quot;ababcdcd&quot;)<div>
I&#39;m having trouble using the backreferencing. I see under section 3.7.2 of the guide (and also some Perl docs I&#39;ve checked out) that I should be able to write a simple regex &quot;(1)\1&quot; which would return true for the data &quot;113&quot; but Racket says I&#39;m wrong. Any help would be greatly appreciated.<br>
<div>-Justin<br>
</div></div>