Hi,
How to pass single quotes inside double quotes in a string.
"statecode eq 3 and statuscode eq 7 and search.ismatch('/.*717690002.*/', 'mrc_brandmultiselectstring', 'full', 'any')"
Please help me with this.
Thanks in advance!!
Regards,
Susritha.
If you want quotes to show up in the string you need to wrap it with " and escape the inner ones.
So
var text = "\"example.com\"";
is
"http://example.com"
Muhammad Shahzad Sh...
51
Most Valuable Professional
Ramesh Kumar
42
David Shaw_UK
27