Menu

Commit [r2750]  Maximize  Restore  History

Rolled back string additions from previous two check ins for custom string functions based on VB string manipulation. With this update the following are available:

void s = strinfirst({string}, {find}) - Returns {string} starting from the first instance of {find}.

void s = strleft({string}, {length}) - Returns {length} number of characters from the left side of {string}.

int i = strlength({string}) - Returns number of characters in {string}

void s = strright({string}, {length}) - Returns {length} number of characters from the right side of {string}.

damon_caskey 2010-05-02

MongoDB Logo MongoDB