Neokernel API

EmailTools.textBetween(String, String, TextRange) Method

Returns a TextRange representing the text between before and after parameters within the specified com.neokernel.text.TextRange. Returns a new TextRange representing the isolated text.

public static TextRange textBetween(
   string b,
   string a,
   TextRange t
);

See Also

EmailTools Class | com.neokernel.email Namespace | EmailTools.textBetween Overload List