OEC Application Programming Interface

Strings.Head Method 

Cuts out the part before the first occurence of separator

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

Parameters

str
string to split
separator
Separator string

Return Value

Cut part or empty string

See Also

Strings Class | OEC.API Namespace | Tail