Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I want to check the first character of a #CONTENT savetext for a parenthesis "(" and if it exists, strip it out.
an xpath condition test starts-with(self::text(), '(') didn't work.
And these didn't work in a conrule:
substring(#CONTENT,2) or substr(#CONTENT,2)
Can you put an XPATH expression in a conrule?
(Styler 5.3)
Thanks!
Thank you, Suzanne and Brandon!