string_stripStrips the given characters from the beginning and end of the input string.
Any character in the characters string will be stripped from the input string endings.
stringThe input string.
charactersThe characters to be stripped from the input string endings.
strippedThe input string with the requested characters stripped.