$stringStartsWith
Returns whether the given text starts with the provided word.
Parameters
Name | Description | Enforced | Default Value |
---|---|---|---|
Text | The text to work with. | Yes | None |
Word | The word to be matched. | Yes | None |
Example
Function Aliases
- $startsWith
Returns whether the given text starts with the provided word.
Name | Description | Enforced | Default Value |
---|---|---|---|
Text | The text to work with. | Yes | None |
Word | The word to be matched. | Yes | None |