微软店面

Reverse Only Alphabet Characters in a String

Example 1: “ab-cd-ef”
Output : “fe-dc-ba”

Example 2: “abcd-EF-ga”
Output: “agFE-dc-ba”