Regex Golf: Difference between revisions
Jump to navigation
Jump to search
imported>Kmk21 No edit summary |
imported>Kmk21 m Kmk21 moved page Regex golf to Regex Golf without leaving a redirect |
||
(2 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
# Kevin Kauffman: 193 {{color|white|^(?!.*(.)(.)\2\1)}} | # Kevin Kauffman: 193 {{color|white|^(?!.*(.)(.)\2\1)}} | ||
=A man, a plan= | =A man, a plan= | ||
# Kevin Kauffman: 176 {{color|white|^(.)(.).*\2\1$}} | |||
=Prime= | =Prime= | ||
# Kevin Kauffman: 286 {{color|white|^(?!(xx+)\1+$)}} | |||
=Four= | =Four= | ||
# Kevin Kauffman: 198 {{color|white|(.).\1.\1.\1}} | |||
=Order= | =Order= | ||
# Kevin Kauffman: 168 {{color|white|^a*b*c*d*e*f*g*h*i*l*m*n*o*p*r*s*t*w*y*z*$}} | |||
=Triples= | =Triples= | ||
=Glob= | =Glob= |
Latest revision as of 23:43, 31 January 2015
This page tracks the top scores on regex golf.
Site: https://regex.alf.nu/
Warmup
Anchors
- Kevin Kauffman: 206 Template:Color
Ranges
- Kevin Kauffman: 202 Template:Color
Backrefs
- Kevin Kauffman: 201 Template:Color
Abba
- Kevin Kauffman: 193 Template:Color
A man, a plan
- Kevin Kauffman: 176 Template:Color
Prime
- Kevin Kauffman: 286 Template:Color
Four
- Kevin Kauffman: 198 Template:Color
Order
- Kevin Kauffman: 168 Template:Color