http://qs321.pair.com?node_id=11120140


in reply to Re: Simple way to skip spaces and # comments
in thread Simple way to skip spaces and # comments

To be more precise... $a is a reference to string, that is beeing parsed. pos $$a shows current parsing position. From that position I need to skip all spaces and comments that extend maybe on many lines in that string. Positve zero-length match should be avoided.