v1.3.0.0
String Member List

This is the complete list of members for String, including all inherited members.

appendLine(string line, int maxLines, separator='\n')String
appendLine(string text, string line, int maxLines, string separator='\n')Stringstatic
arg(value)String
elideLeft(int maxLen)String
elideLeft(any str, int maxLen)Stringstatic
elideMiddle(int maxLen)String
elideMiddle(any str, int maxLen)Stringstatic
elideRight(int maxLen)String
elideRight(any str, int maxLen)Stringstatic
format(format, args)String
getLines(int maxLines, int fromLine=0, string separator='\n')String
getLines(string text, int maxLines, int fromLine=0, string separator='\n')Stringstatic
simplified()String