Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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!