XML Script logo
Escaped quotes in string constant
Code
String constant
---------------
"OK"
#"\"OK\""#
'OK'
#"'OK'"#
"OK"
#'"OK"'#
'OK'
#'\'OK\''#
Output
String constant
---------------
"OK"
"OK"
'OK'
'OK'
"OK"
"OK"
'OK'
'OK'
Ref

x.2803

XML Script homepage | Documentation home | XML Script docs | Command list | Function list | X-Tract docs

X-Stream, X-Tract and XML Script are trade marks of DecisionSoft Limited
© Copyright 1998-2000 DecisionSoft Limited