in reply to Re: Re: Regular Expressions to ignore lines starting with #
in thread Regular Expressions to ignore lines starting with #
skipping "empty" lines too, which of course will fail if you use HERE document like constructs.next if /^\s*(#.*)?$/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Regular Expressions to ignore lines starting with #
by lanier (Initiate) on May 20, 2003 at 12:51 UTC |