BinaryString
BinaryString class for operations with binary strings.
Method | Description | Available from version |
---|---|---|
changeCaseToLower | Converts string into lower case. | |
getLastPosition | Searches position of the latest needle substring entry into the haystack string. | |
getLastPositionIgnoreCase | Returns position number of the latest needle substring entry relative to the haystack string start. | |
getLength | Returns string length. | |
getPosition | Returns position of the original search string. | |
getPositionIgnoreCase | Returns position of original search string, case-insensitive. | |
getSubstring | Returns str substring, starting from start character. |
© «Bitrix24», 2001-2024