[RSStringUtil] element index

Package indexes

All elements
b l r
b
top
bytesToKiloBytes
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.
l
top
lastIndexOf
RSStringUtil::lastIndexOf() in RSStringUtil.php
Returns the index of the last occurrence of the string passed as second argument in the string passed as first argument.
limit
RSStringUtil::limit() in RSStringUtil.php
Returns the first argument limited to as many characters as specified by the second argument.
r
top
RSStringUtil.php
RSStringUtil.php in RSStringUtil.php
removeLeadingString
Returns the string passed as argument with the leading dollar sign ($) removed removed.
removeTrailingString
Returns the string passed as argument with the trailing slash removed.
RSStringUtil
RSStringUtil in RSStringUtil.php
A Utility Class for Manipulating Strings.
b l r