Inserting inside a string node. Format is `retain: number`, `delete: number`, and then the string to insert. Insertion is a *range request*, which starts with `,` prefix. For example, add `"!"` after `"Alice"`: ``` 0.users.0.name,5,0 ! ```