Version 1 (modified by landauf, 16 years ago) (diff) |
---|
String
TracNav(TracNav/TOC_Development)?
String defines several useful functions for string manipulation. The following list gives a short overview:
- strip(string* pointer):
- getStripped(string):
- removeTrailingWhitespaces(string):
- getNextQuote(string, start):
- isBetweenQuotes(string, position):
- hasStringBetweenQuotes(string):
- getStringBetweenQuotes(string):
- stripEnclosingQuotes(string):
- stripEnclosingBraces(string):
- isEmpty(string):
- isComment(string):
- isNumeric(string):
- addSlashes(string):
- removeSlashes(string):
- lowercase(string* pointer):
- getLowercase(string):
- uppercase(string* pointer):
- getUppercase(string):
- nocaseCmp(string1, string2):
- nocaseCmp(string1, string2, length):
- hasComment(string):
- getComment(string):
- getCommentPosition(string):
- getNextCommentPosition(string, start):