I have URLs for radio stations and I am attempting to make them phonetically readable for end users.
I've created a reference list of about 300 words to find and replace with white space in between and it has been quite successful. But I'm looking to take it a bit further.
How would I structure a regex or replace formula to look for fm or am on the end of the string?
That way "amarillofm" becomes "amarillo fm"
and not "am arillo fm"
basically looking at the end of each string piece to see if there is "am" or "fm" and replacing it with " fm " or " am "