![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Regex refresherby abell (Chaplain) |
on Sep 12, 2002 at 07:20 UTC ( #197158=note: print w/replies, xml ) | Need Help?? |
I believe you should put a ^ and $ to start and end the regex, which otherwise matches everything.
Since the search space is pretty small, one can answer the shortest ten question with a brute force search, observing that only binary strings match: That spits out -><- ->0<- ->00<- ->11<- ->000<- ->011<- ->110<- ->0000<- ->0011<- ->0110<- ->1001<- ->1100<- ->1111<- ->00000<- ->00011<- ->00110<- ->01001<- ->01100<- ... Best regards Antonio Bellezza
In Section
Meditations
|
|