in reply to Re: I agree, but...
in thread Runtime Regexp Generation
It appears to me that there is no need to make the fields fixed-length since the fields appear to never contain whitespace and always to be separated by whitespace so it is not that hard to build a regex that matches exactly as desired.
- tye
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^4: Runtime Regexp Generation (I agree, but...)
by dmitri (Priest) on Apr 14, 2003 at 22:38 UTC |