Help removing some letters
-
Hi, I’m trying to remove some letters from a title in the Attributes.
What I have:
<Attributes>
<Attribute1>
<Name>#Hide#DDR Memory</Name>
</Attribute1>
</Attributes>The code I’ve been trying:
{Attributes[1]/Attribute1[1]/[str_replace(“#Hide#”, “”, {Name[1]}]}The above code does not work. Am I on the right track?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Help removing some letters’ is closed to new replies.