- From: <bugzilla@jessica.w3.org>
- Date: Mon, 28 Apr 2014 11:00:48 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=22258 --- Comment #2 from Michael Kay <mike@saxonica.com> --- It's not too difficult to write such a function yourself: contains-token($A, $B) ::= tokenize($A, '\s+')!upper-case(.) = upper-case($B) We've generally turned down requests for convenience functions that can be expressed as a one-liner unless there's a very strong case. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Monday, 28 April 2014 11:00:50 UTC