Replies: 1 comment
-
|
Yes, that is unfortunately true: GEM offers only "in-place" edition of characters in a string (and adding new at the very end) - you can not delete character from within a string with the rest of the string shifted, nor you can insert a character in the arbitrary place in a string (with the rest shifted). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When editing a string, it seems there is no way to delete a single char within a string (at start/between/at the end), thus shortening the string.
Beta Was this translation helpful? Give feedback.
All reactions