When doing a userProfileLookup, it returns the user's phone number as 618XXXXXXX. How is it then, that the function below replaces "618" with "+(08)"? Why is it adding a + symbol?
replace(userProfileLookup(RequestingOfficer, "WorkPhone"), "618", "(08) ")


