skip-chars-backward

skip-chars-backward is a built-in function in `C source code'.

(skip-chars-backward STRING &optional LIM)

Move point backward, stopping after a char not in STRING, or at pos LIM.
See `skip-chars-forward' for details.
Returns the distance traveled, either zero or negative.