On 06/16/2016 11:36 AM, Grundtvig Nielsen Niels wrote:
... wonderful things!
I'm trying to search all the files included in a .ditamap that include
three upper-case letters. After thinking about for a while, I realised
what the Helps meant by Match operation combobox, and I managed to set
up a search string =~ [A-Z][A-Z][A-Z]
What I notice in the results is that the search doesn't seem to be
case-sensitive ...
(example, in case the pasted screenshot falls off en route) =~
[A-Z][A-Z][A-Z] is confidently returning a <title> element “Additional
services”
Have I overlooked a switch somewhere?
No.
Text search, whether using literal strings or regular expressions is
currently case insensitive.
We must change this or at least document it here:
http://www.xmlmind.com/xmleditor/_distrib/doc/help/com.xmlmind.xmleditapp.xkit.part.QueryEditor.html
--
XMLmind XML Editor Support List
xmleditor-support@xmlmind.com
http://www.xmlmind.com/mailman/listinfo/xmleditor-support