Description Usage Arguments Details Value See Also
Take a string, then delete the begining of this string.
1 | delstr_begin(str, n)
|
str |
a string of length |
n |
an integer.
It is the number of characters to delete
at the beginning of the string |
None.
A string of length nchar(str) - n
,
shortened by its beginning.
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.