Ags.StringUtil

Fields

None

Methods

class

escape_single_quote (str)

class

from_mcoded7 (mcoded7_str)

class

to_mcoded7 (str)

Details

class Ags.StringUtil
classmethod escape_single_quote(str)
Parameters:

str (str) – the string to escape

Returns:

the newly allocated string

Return type:

str

Escape all occurence of single quotes.

New in version 3.0.0.

classmethod from_mcoded7(mcoded7_str)
Parameters:

mcoded7_str (str) – the string to decode

Returns:

the newly allocated string

Return type:

str

String from mcoded7 encoding.

New in version 5.5.0.

classmethod to_mcoded7(str)
Parameters:

str (str) – the string to encode

Returns:

the newly allocated string

Return type:

str

String to mcoded7 encoding.

New in version 5.5.0.