Escaping a string?
#1
I have an expression where I’m testing for a file name with text ‘Quad+’ but it fails as it sees the ‘+’ as a string concatenation.

<value condition="String.Contains(Player.Filename,Quad+)">4.1</value>

How can I escape the plus sign?

THX
Reply


Messages In This Thread
Escaping a string? - by HomerJau - 2020-06-14, 01:14
RE: Escaping a string? - by ronie - 2020-06-14, 01:53
RE: Escaping a string? - by HomerJau - 2020-06-14, 02:58
RE: Escaping a string? - by AchillesPunks - 2020-06-14, 08:27
Logout Mark Read Team Forum Stats Members Help
Escaping a string?0