[erlang-questions] String and single quote escaping

PAILLEAU Eric eric.pailleau@REDACTED
Wed Oct 8 18:06:45 CEST 2014


Note this :

re:replace("single quote ' etc...", "'", [92], [{return,list}]). 

"single quote \\ etc..."

when replacing ' by \ , one for one, two \ are in the result string...

regards



More information about the erlang-questions mailing list