Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. 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!