I have the following string:
string = "Este aqui é o valor do cliente 000.000.00 01";
I need to create a function that "Looks for" within this string that contains letters and numbers if there is a field with this format "000.000.000 00"
, if it exists, it changes to the value that I'm going to set in another string, if it finds it, it will "129.000.000 02"
.
Q: Remembering that he needs to leave the points and spaces in the same way as there, and only change after the .
(points) and spaces, otherwise my report does not read.