Using split expression will generate something like ARRAY out of the original test.
You always would like to first 2 parts of the text , so just take one by one using index expression.
Then contact two parts to get the texts in your required format.
This expression does not care how many characters each part of code is comprised of.
This is kind of playing with code… object and array…
I didn’t know that we can also use single quote ' instead of double quotes " in expressions
Indeed, you can get away with things like this:
concatenate(’“’, “My quote here”, ‘”’) which will give you: “My quote here”
If you encapsulate the double quote in single quotes (kinda hard to see this in the formula), the system ignores the double quote inside the single quote - single quotes are a way of saying ‘this is text, it’s always text.’