jade.utility.string_util.deduce_str_type(s)[source]

Deduce the type of a string. Either return the string as the literal, or as the string if not possible. http://stackoverflow.com/questions/13582142/deduce-the-type-of-data-in-a-string

Parameters:s – str
Returns: