starts_with¶
Hook checking if a string starts with another string.Docs
Inputs¶
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| input | str | True | A string to check | |
| match | str | True | The chars to match | |
| beg | int | None | False | This is the optional parameter to set start index of the matching boundary. |
| end | int | None | False | This is the optional parameter to end start index of the matching boundary. |
Arguments¶
| Position | Argument | Type |
|---|---|---|
| 1 | input | str |
| 2 | match | str |
Returns¶
None