Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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!