in reply to Re: regex - parsing a string with many optional fields
in thread regex - parsing a string with many optional fields

Note that this will not actually finish the parsing. Once the string has been broken out into its component parts (which this will do), more work needs to be done in order to properly understand the string.

------
We are the carpenters and bricklayers of the Information Age.

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.

  • Comment on Re: Re: regex - parsing a string with many optional fields