brackets

  1. G

    Check for brackets in a data item and update first letter to uppercase?

    Hi All, I need to check if Brackets are present in a data item. If yes I then I need to remove any blank space inside the brackets. I then need to the set the first letter of the word in the data item to upper case and keep the brackets in place. Test Data Item = (john ) Expected result = (John)
Top