I have a few strings that may contain the abbreviation or the full name of something and I would like to replace them all to the same variation of the word.
For example,
"8 gigs", "8 gigabytes", and "8 gbs" should all change to "8 gigabytes"
What would be the best way to do this? Have a seperate replace for each of them?
Also I am trying to do this for more than one word (ie megabytes, terabytes) do each of those need a different replace or is there a way to put them all in one?