@ReplaceRegularExpression(@Value(DETAILS),<.+?>,,caseSensitive=FALSE), @ReplaceString(@Value(DETAILS),&qout;,",caseSensitive=TRUE)
The first expression replaces any text in details attribute that is bracketed with <> to be deleted.
the second expression replaces any instance where &qout; appears with “.
These work fine as separate transformations, however when trying to lump them into a single statement in attribute manager’s text editor the transform fails.
I’ve tried comma separating, spacing, and barring the functions, but have had no luck. Any suggestions on how to get this to run?
Thanks!