Declaration:
void ForwardTill(char delimits[]);
Description
Moves the cursor right until any character from delimits or the end-of-line is reached.
Example:
ForwardTill(" ({[<");