Neokernel API

EmailTools.change(String, String, TextRange) Method

Does a case-sensitive find and replace within the specified com.neokernel.text.TextRange. Returns a new TextRange representing the changed contents of the TextRange.

public static TextRange change(
   string find,
   string replace,
   TextRange t
);

See Also

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