uppercase

  1. G

    How to check that every first letter of a data item is Uppercase?

    Hi All, How to check if every first letter of words in a data item is set to uppercase and the rest set to lowercase. ( Variable is the length of words can change in the data item) Data item = "joHn Michael Ryan" = False Data item = "John Micheal Ryan John" = True
  2. G

    Set 2 letter words to uppercase in a data item?

    Hi All, I need to set a data item text to uppercase if the data item length is = 2 This data item could also be enclosed in brackets Eg. data1 = (jp) OR jp Expected result = JP
  3. 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