parseNumber

parseNumber() function is the Standard function available in 200OK.

Description : The parseNumber function extracts and returns a numerical value from a given string, effectively parsing the string to retrieve the embedded number.

Syntax : fx_parseNumber ()

Example : fx_parseNumber(h-1) it parse the string returns 1 as the response.

Request Side :

Response Side :

Last updated