Discussion
Virtusa Consulting Services
IN
Last activity: 21 Jun 2016 10:42 EDT
UI Issue with apostrophe(') symbol - Suggestion Required
I need to display a property(pyNote) on UI which contains an apostrophe(') symbol.
As we all know apostrophe(') is being replaced by "'", i included one more step in my activity to handle this using @String.replaceAll function
For Ex:
Expected text: abc's(pyNote)
Actual text: abc's
Now i handled it as @String.replaceAll(.pyNote,"'","'")
Now the problem is, in pyWorkPage of Tracer results, the pyNote value is abc's
but in pyWorkPage of Clipboard, the pyNote value is again abc's
So on UI screen i am able to see abc's
Can someone pls help me on this