Hi .. A very general question. Regarding the alarm console when filters are used, an example useing the filter 'Parameter Description (by element') 'matches regular Expression' etc.
Is there a limitation on the length of the actual regular expression???
Thanks
As far as i'm aware we never hit the limit on this one yet, i don't think there are any limits build into DataMiner but there are limits depending on the Regex Engine you use.
When googling all of the Regex Engines are actually supporting a very high amount of characters:
Comparison of regular expression engines - Wikipedia
cfr quote from article:
"it only recognizes 64K chars total vs UTF-16's 1,112,064 characters"
As far as I'm aware we use in most processes UTF-16 engine, but to be on the safe side i would stay below 64K characters 🙂