hello i removed all comma Punctuation from packxml.js for example :
<wd nm=\"مخفية،\" rd=\"471,0:23351:0|1084,0:27251:0\"/>
using find and replace tools converted to :
<wd nm=\"مخفية\" rd=\"471,0:23351:0|1084,0:27251:0\"/>
but now i have two string contain the text "مخفية" in different locations like so :
<wd nm=\"مخفية\" rd=\"471,0:23351:0|1084,0:27251:0\"/>
and
<wd nm=\"مخفية\" rd=\"1243,0:5338:0|1244,0:31737:0\"/>
the search script chooses only one of them i can modify it manually to merge two tags in one like this:
<wd nm=\"مخفية\" rd=\"1243,0:5338:0|1244,0:31737:0|1243,0:5338:0|1244,0:31737:0\"/>
but i have too Manny string cant modify it manually so how can i detect the same string in in different tags <wd nm> ??