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