Neokernel API

EmailTools.change 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.

Overload List

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,string,TextRange)

Does a find and replace within the specified com.neokernel.text.TextRange. Case-sensitivity can be specified. Returns a new TextRange representing the changed contents of the TextRange.

public static TextRange change(string,string,TextRange,bool)

See Also

EmailTools Class | com.neokernel.email Namespace