I have some specific text that when found I want to return a numeric value using a regular expression. For instance, if I have the following text:
"No money available"
I want to (using a regular expression) find this specific text and return a zero, not the found text. Is this possible?
"No money available"
I want to (using a regular expression) find this specific text and return a zero, not the found text. Is this possible?