Preparing search index...
The search index is not available
hein
hein
assert
notStartsWith
Function notStartsWith
not
Starts
With
(
string
,
start
)
:
void
check if string starts with start
Parameters
string
:
string
start
:
string
Returns
void
Example
startsWith
(
'foo'
,
'f'
);
Copy
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
hein
Loading...
check if string starts with start