Function String-After

Part of:

package metabang.utilities
( string-after < string > < char > &key < from-end > < end > )
Returns the part of string before the first appearance of CHAR. (If FROM-END is T, we count from the end.) If CHAR does not appear in STRING, then we return the whole string.