I have a table/collection in PowerApps where the strings are formatted like: WW031-231, DT031-222, etc. I would like to convert these by inserting a hyphen after the first two characters, to produce WW-031-231, DT-031-222, etc.
What is the simplest way to do this? Some combination of replace, substitute, split, LEN?
Thanks.