Description Usage Arguments Details Value See Also
Take a string, then delete the end of this string.
1 | delstr_end(str, n)
|
str |
a string of length |
n |
an integer.
It is the number of characters to delete
at the end of the string |
None.
A string of length nchar(str) - n
,
shortened by its end.
argchr
returns all the instances
of chr
in str
.
first_argchr
returns the first instance
of chr
in str
.
delstr_begin
deletes the beginning of a string.
delstr_end
deletes the end of a string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.