$stringStartsWith
$stringStartsWith
will check if the given argument starts with something specific.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
text | string | The text that will be checked. | true |
check | string | The argument that will check if the text starts with something specific. | true |
Example(s)
This will return true
as aoi.js
starts with aoi
: