Neokernel API

EmailTools.textBetween(String, String, StringTextBuffer) Method

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

public static TextRange textBetween(
   string b,
   string a,
   StringTextBuffer s
);

See Also

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