Files
2025-03-13 16:17:53 +01:00

10 lines
191 B
Python

def str2user(str):
"""
Insert C-style escape characters to string
@param str: the input string
@return: new string with escape characters inserted, or None
"""
pass