Function Block STRPBRK

The Function Block STRPBRK searches a string for a character from a group of characters.

Note: This function is Binary-Safe. This means that UTF8 characters cannot be processed directly.

Input STR

Defines the string in which to search for occurring characters.

Input CHARS

Defines the characters as a string, which are searched. The case is considered.

Output

Returns the remainder of the string, starting from the first occurrence. If no character was found FALSE is returned.