[Overview][Constants][Classes][Procedures and functions][Index] |
|
Capitalizes a string |
|
|
Returns a copy of S with all sequences of chars in Blanks replaced per a single instance of Sep. |
|
|
Returns the number of occurence of C in S. |
|
|
Returns a copy of S with all DOS style line ending replaced by Unix style line ending. |
|
|
Replace Count chars of S starting at From by character C. |
|
|
Write the string Src in Dst starting at Position. |
|
|
Replace all the occurences of CharFrom by CharTo in S. |
|
|
Returns all the characters of S from Left to Right. |
|
|
Returns a pascal representation of Str. |
|
|
Returns a copy of S with all Unix style line ending replaced by DOS style line ending. |
|
|
Returns S unzipped. |
|
|
Find the next word in S starting at position First. |
|
|
WrapTextToString does a wordwrap at column Width of the string in S. |
|
|
WrapTextToStringList does a wordwrap at column Width of the string in S. |
|
|
Returns S zipped. |