Documentation for m25string.py
Warning: This documentation was generated from the comments in the source code (using progrutils.documentPyFile()), with a few tweaks, under the principle that poor documentation is better than no documentation. In case of ambiguity, please refer to the code itself.
Module: String
By M25
Some simple string manipulations.
GetLeftString(string,sep=seperator,default=''):
GetRightString(string,sep=seperator,default='')
SplitAroundOr(param,default='')
SplitAroundAnd(param,default='')
SplitAroundPhrase(param,phrase,default='')
RemoveSpaces(line)
String_RemoveSpaces(line)
String_ConvertToTemplate(line)
IsFunction(string)
IsList(string)
IsString(string)
TransString(string)
TransList(string)
CommaToList(line)