remove_prefix.Rd
Removes a specified prefix from the beginning of a string. This function is useful for cleaning or standardizing strings by removing known prefixes.
remove_prefix(string, prefix)
A string from which the prefix should be removed.
A string representing the prefix to be removed.
A string with the prefix removed.