String finalString1 = stringUnderscoresForward.replaceAll("[_/]", "-");
.replaceAll("(?<!S)[^ ](?!S)", " ").trim()