[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[sc-users] escaped characters in String:format



Is there a reason why escaping doesn’t seem to work when using String:format?

The result of this:

"%\\def".format("abc");

is: abcdef

rather than: abc\def

thanks!