I am currenty using this regex search pattern.
reg.searchPattern = “[^.0-9]” But I want to add a pattern that will leave the numbers and Only the last period in the string. Does anyone have a search pattern for that?
Thanks
6 posts - 4 participants