I have the most trouble with regex, and something about seeing my matches as I type made this incredibly useful for me!
Regex Golf
51–60 of 189 posts
The best online tool I've seen is http://www.debuggex.com/
Re: Regex Golf
#52Re: Regex Golf
#53I got Four for 196 with (.).*\1.\1.*\1 and Order for 156 with ^a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*$
Order for 170.
^([ab][c-gio][^d]|c[ehlo]|d|f[il]|gh|mo)
Not as clever as you guys though!Re: Regex Golf
#54Re: Regex Golf
#55Reminds me of Vim Golf.
Re: Regex Golf
#56I have the most trouble with regex, and something about seeing my matches as I type made this incredibly useful for me!
I've used the previously mentioned regexpal quite often. http://www.rubular.com is another one for Ruby only.
Re: Regex Golf
#57I got Four for 196 with (.).*\1.\1.*\1 and Order for 156 with ^a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*$
Balance (194)
^$|^>$|^>>$Re: Regex Golf
#58I got Four for 196 with (.).*\1.\1.*\1 and Order for 156 with ^a*b*c*d*e*f*g*h*i*j*k*l*m*n*o*p*q*r*s*t*u*v*w*x*y*z*$
[deleted]
Re: Regex Golf
#59[deleted]
Re: Regex Golf
#60I like the idea, but words there seems to be pretty random. I can't figure out the pattern, not even talking about writing regex... :(
Read a) name of the puzzle b) the little help below the score. It gives out the pattern you should (not) look for.
edit: Not in Glob. What is Glob about?