[XSL-LIST Mailing List Archive Home]
[By Thread]
[By Date]
[xsl] XPath regular expression for all lines?
Subject: [xsl] XPath regular expression for all lines?
From: Andrew S Halper <ashalper@xxxxxxxx>
Date: Thu, 1 Nov 2007 10:50:05 -0700
|
Could anyone tell me what the XPath regular expression is for matching all
lines (with a single match) in a string? I thought it would be:
[.\n]*
but that only matches the first line. Perhaps I am too accustomed to Perl
"greedy" regular expressions?
Thank you,
Andy Halper
|