Regex Golf: Difference between revisions

From programming_contest
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

  1. Kevin Kauffman: 207 Template:Color

Anchors

  1. Kevin Kauffman: 206 Template:Color

Ranges

  1. Kevin Kauffman: 202 Template:Color

Backrefs

  1. Kevin Kauffman: 201 Template:Color

Abba

  1. Kevin Kauffman: 193 Template:Color

A man, a plan

  1. Kevin Kauffman: 176 Template:Color

Prime

  1. Kevin Kauffman: 286 Template:Color

Four

  1. Kevin Kauffman: 198 Template:Color

Order

  1. Kevin Kauffman: 168 Template:Color

Triples

Glob

Balance

Powers

Long count

Alphabetical

Powers 2

Subtraction

Typist

Addition

Anyway

Tic-tac-toe

Modulus

Matryoshka

Euclid

Latin squares

Dominoes