Hello, how to replace text 5,000 to be 5000 in Mobile testing katalon?
String s = "5,000"
String noComma = s.replaceAll(",", "")
Hello, how to replace text 5,000 to be 5000 in Mobile testing katalon?
String s = "5,000"
String noComma = s.replaceAll(",", "")