Hello Everyone, I am attempting to add a hyphen to an array of strings within my data.
In other words,I need to randomly introduce a hyphen to some fields of medications based on their alphabetical sequence.
Some medications start with "ei", hence I have to place a hyphen after the "i". Hence, I need the field to look like this (excluding the quotes) "ei-dxph"
| Medication Name | Condition | Expected Results |
| eidxph | Hyphen after " ei " | ei-dxph |
| daxph | Hyphen after "d" | d-axph |
| oexph | Hyphen after "oe" | oe-xph |
| 9yvhpk | Hyphen after "number and Letter" | 9y-vhpk |
| fhyqx | Hyphen after " f " | f-hyqx |