strCharAt(text,pos)¶
Definition¶
Character strCharAt(String text, Number pos)
Description¶
Returns a single character from a string at a given postion.
Parameter Definition¶
Name | Type | Description |
---|---|---|
text | String | The base string to get a character from |
pos | Number | offset from first char |