A Utility Class for Manipulating Strings.
General order of arguments for all methods:
The string to operate on is always the first argument.
Located in /code/framework/RSStringUtil/RSStringUtil.php (line 42)
Returns the first argument divided by 1024 with a precision specified by the second argument. If the second argument is not present the default of 1 is assumed.
Returns the index of the last occurrence of the string passed as second argument in the string passed as first argument.
Returns the first argument limited to as many characters as specified by the second argument.
The third argument is appended to the limited string. Its default is '...'.
Returns the string passed as argument with the leading dollar sign ($) removed removed.
Returns the string passed as argument with the trailing slash removed.
If the passed string does not end with a slash the passed string is returned without modification. NOTE: This method only deals with foreward slashes (/).
Documentation generated on Mon, 8 Dec 2003 13:13:09 +0100 by phpDocumentor 1.2.3