$stringAt
Retrieves the character at the provided index.
Parameters
Name | Description | Enforced | Default Value |
---|---|---|---|
Text | The text to work with. | Yes | None |
Index | Character index to get from the text. | Yes | None |
Example
Function Aliases
- $charAt
Retrieves the character at the provided index.
Name | Description | Enforced | Default Value |
---|---|---|---|
Text | The text to work with. | Yes | None |
Index | Character index to get from the text. | Yes | None |