Hi,
Also we can use Replace function:
i.e
incase if the space is not being recoganized convert the space into ascii value and use it.
Also we can use Replace function:
i.e
Code:
vVal = Replace("credit card amount is $500", "<space>", "%10")incase if the space is not being recoganized convert the space into ascii value and use it.

