I don't know if I am just looking in the wrong part of the docs here or what... but what is the preferred way of removing the last x chars from a string?
|
If the characters you want to remove are always the same characters, then consider
The advantages of With no arguments,
|
|||
|
|
|
|||||||||||
|
|
|||||||||
|
Here in the console:
|
||||
|
|
|
I would suggest It simply removes the last character from a string and you don't have to specify any values for that to happen. If you need to remove more than one character then
Although this is used mostly to remove separators such as |
|||
|
Check out the "slice" method: |
|||
|
|
You can always use something like
Where Or with assigning/using the result:
where |
||||
|
|
|
||||
|