This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Regular expression functions (Was: Re: comments on December F&O draft)


David C. wrote:
> Mike
>>This is because although schema specifies that the regexp must match
>>the whole string, xf:match() in effect tests the regexp against
>>every substring of the supplied string and returns a list of those
>>substrings that match.
>
> oh so this suggests a different answer to my "overlapping matches"
> question (in the message on the F&O document that I cross posted
> here and to the query-commets list) than the one Jeni said I ought
> to expect....

This model for xf:match() performs very interestingly with a long
string and a regular expression of ".*" :)

Cheers,

Jeni

---
Jeni Tennison
http://www.jenitennison.com/


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]