in reply to Re: Re: Regular expression
in thread Regular expression
First off we're using the while loop for it's side effects. I'm guessing that if you're using a while loop idiomatically you need the while loop to do something. the while loop simply returns '1' each time it goes through. I don't know personally if you can have an empty, idiomatic while loop.