\TxTextControl\ReportingCloud\StdlibStringUtils

Class StringUtils

Summary

Methods
Properties
Constants
startsWith()
endsWith()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

startsWith()

startsWith(string  $haystack, string  $needle) : bool

Return true, if needle is at the beginning of haystack

Parameters

string $haystack
string $needle

Returns

bool —

endsWith()

endsWith(string  $haystack, string  $needle) : bool

Return true, if needle is at the end of haystack

Parameters

string $haystack
string $needle

Returns

bool —