OEC Application Programming Interface

Strings.Tail Method 

Cut out the part before the first occurence of separator, if any

public static String Tail(
   String str,
   String separator
);

Parameters

str
string to split
separator
Separator string

Return Value

remainder or whole string

See Also

Strings Class | OEC.API Namespace | Head