• my code was in response to this question:

    I want to split the string as below

    <all chars-3> space <last 3 chars>

    Eg: "ABCDEFG" should appear as "ABCD EFG"

    "ABC DEFGH" should appear as "ABCDE FGH" etc

    😎