As I am an absolute RegEx beginner, please excuse me if this is a
trivial question.
At the moment I am playing with:
<xsl:analyze-string select="$vstrInput"
regex='([\s]*)(("[^"\\]*((\\.[^"\\]*)*"))|((([-]?[0-9]+)?\.)?[-]?[0-9]+([eE][-+]?[0-9]+)?
))(.*)$' flags="m">
which should match only the first quoted-string or number in the
string-argument.
Is there any way I can split this RegEx on separate lines and/or add
whitespace so that it would be more readable?
--
Cheers,
Dimitre Novatchev