|
OXID eShop CE
4.9.7
|
Public Member Functions | |
| __construct () | |
| prepareCSVField ($sInField) | |
| minimizeTruncateString ($sString, $iLength) | |
| prepareStrForSearch ($sSearchStr) | |
String manipulation class
Definition at line 6 of file oxutilsstring.php.
| oxUtilsString::__construct | ( | ) |
Class constructor. The constructor is defined in order to be possible to call parent::__construct() in modules.
Definition at line 12 of file oxutilsstring.php.
| oxUtilsString::minimizeTruncateString | ( | $sString, | |
| $iLength | |||
| ) |
shortens a string to a size $iLenght, multiple spaces are removed and leading and ending whitespaces are removed. If string ends with "," then "," is removed from string end
| string | $sString | input string |
| int | $iLength | maximum length of result string , -1 -> no truncation |
Definition at line 45 of file oxutilsstring.php.
| oxUtilsString::prepareCSVField | ( | $sInField | ) |
Prepares passed string for CSV format
| string | $sInField | String to prepare |
Definition at line 23 of file oxutilsstring.php.
| oxUtilsString::prepareStrForSearch | ( | $sSearchStr | ) |
Prepares and returns string for search engines.
| string | $sSearchStr | String to prepare for search engines |
Definition at line 69 of file oxutilsstring.php.