How to count the position of a word in a string without counting the html tags
I need to match and count index string ABC to DEF but because string DEF has HTML tags it gives me back -1.
I use @inString(param.ABC,param.DEF)
where:
param.ABC = Hello World
param.DEF = <b>Hello</b> World
I tried using the pxReplaceAViaRegex to remove the HTML tags but since I'll be using param.DEF in the UI, I'm struggling how will I return all the taggings back to it's original position.
***Edited by Moderator Rupashree to add Capability tags***
To see attachments, please log in.