| delstr_begin | R Documentation |
Take a string, then delete the begining of this string.
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.