Regex Golf: Difference between revisions
Jump to navigation
Jump to search
imported>Kmk21 Created page with "This page tracks the top scores on regex golf. Site: https://regex.alf.nu/ =Warmup= # Kevin Kauffman: 207 {{color|white|foo}} =" |
imported>Kmk21 m Kmk21 moved page Regex golf to Regex Golf without leaving a redirect |
||
(6 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
=Warmup= | =Warmup= | ||
# [[Kevin Kauffman]]: 207 {{color|white|foo}} | # [[Kevin Kauffman]]: 207 {{color|white|foo}} | ||
= | =Anchors= | ||
# Kevin Kauffman: 206 {{color|white|ick$}} | |||
=Ranges= | |||
# Kevin Kauffman: 202 {{color|white|^[a-f]*$}} | |||
=Backrefs= | |||
# Kevin Kauffman: 201 {{color|white|(...).*\1}} | |||
=Abba= | |||
# Kevin Kauffman: 193 {{color|white|^(?!.*(.)(.)\2\1)}} | |||
=A man, a plan= | |||
# Kevin Kauffman: 176 {{color|white|^(.)(.).*\2\1$}} | |||
=Prime= | |||
# Kevin Kauffman: 286 {{color|white|^(?!(xx+)\1+$)}} | |||
=Four= | |||
# Kevin Kauffman: 198 {{color|white|(.).\1.\1.\1}} | |||
=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= | |||
=Glob= | |||
=Balance= | |||
=Powers= | |||
=Long count= | |||
=Alphabetical= | |||
=Powers 2= | |||
=Subtraction= | |||
=Typist= | |||
=Addition= | |||
=Anyway= | |||
=Tic-tac-toe= | |||
=Modulus= | |||
=Matryoshka= | |||
=Euclid= | |||
=Latin squares= | |||
=Dominoes= |
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