|
RiTa index |
|
| Name | replaceCharAt() |
| Class | RiText |
| Description | Replaces the character at the specified character index ('idx')
with the 'replaceWith' character. If the specified 'idx' is less than zero, or beyond the length of the current text, there will be no effect. Returns true if the replacement was made |
| Syntax | replaceCharAt(idx, replaceWith); |
| Returns | boolean |
| Usage | Web & Application |
| Related | |