wwUtils.StrExtract

Receives a string and a delimiter as parameters and returns a string starting from the position after the delimiter

Example:
string cExpression = "JoeDoeJoeDoe";
VFPToolkit.strings.StrExtract(cExpression, "o");		//returns "eDoeJoeDoe"
public static string StrExtract( string cSearchExpression,
	string cBeginDelim );

Return Value

string

Parameters

cSearchExpression

cBeginDelim

Overloads:


See also:

Class wwUtils

© West Wind Techologies, 1996-2023 • Updated: 07/31/07
Comment or report problem with topic