I'm certain Steve has advised me of this previously... but I can't remember. I'm trying to use SearchRegEx to locate certain string patterns, and the RegEx I would normally use is:
[ABC]{1}\d{1}
(I'm tracking paper sizes in a description field). Omniscope doesn't like:
searchregex("[ABC]{1}\d{1}",[Description])
complaining that this is invalid text... I think it's something to do with the square brackets?
Yes, all backslashes must be doubled-up in formulas, because a backslash is the escape character, used before quotes and square brackets to insert literal quote/bracket characters into formulas. This is not the case for regex search in the query devices.