Converter string to raw

2021-03-26 Thread modolo
Thanks! This is exactly what I was looking for! I started programming a little while ago with nim! Regards, Marcelo Módolo

Converter string to raw

2021-03-23 Thread modolo
Hi! I know it is possible to create raw strings with r or R like: let msg = r"tHellon" # raw string But if I have a string that was not created as raw, is it possible to make it raw? let msg = "tHellon" # string let raw_msg = MakeStringRaw(msg) # my wish It is possible? I looked in the docum