Neokernel API

EmailTools.textBetween(String, String, TextRange, Boolean) Method

Returns a TextRange representing the text between before and after parameters within the specified com.neokernel.text.TextRange. Case-sensitivity can be specified. Returns a new TextRange representing the isolated text.

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

See Also

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