Neokernel API

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

Overload List

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

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

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

See Also

EmailTools Class | com.neokernel.email Namespace