I was trying to do the following:
String: ajskjnsjs, eeiisois, 10,98 oismsnsjh;
In this case, you just wanted to change the comma of the number by a period , leaving the rest of the string
equal. I was using the regexp_replace
command from MySQL.
Does anyone have a solution?