
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.
Defines the string in which to search for occurring characters.
Defines the characters as a string, which are searched. The case is considered.
Returns the remainder of the string, starting from the first occurrence. If no character was found FALSE is returned.