I have a column in database "unittype"
it contains string value
like
"units"
"minutes"
I'm unig textbox.text = unittype
I want to use regex like
textbox.text = regex.replace(unittype)
to set unittype value from units or minutes to Unit(s) or Minute(s) for display
thanks,
it contains string value
like
"units"
"minutes"
I'm unig textbox.text = unittype
I want to use regex like
textbox.text = regex.replace(unittype)
to set unittype value from units or minutes to Unit(s) or Minute(s) for display
thanks,