Skip to main content
Ground Control | Tier 1
December 19, 2022
Question

How to find character is upper/lower case using AA360

  • December 19, 2022
  • 1 reply
  • 177 views

How to find if the character is upper/lower case using AA360.

    1 reply

    Padmakumar
    Premier Pathfinder | Tier 7
    Premier Pathfinder | Tier 7
    December 19, 2022

    Hi @Noffil.c ,

     

    You can easily achieve this by using inline scripts like Python, Java or C#.

    Let me know if you need further details on this. 

     

    Else, you can utilize the String → Find action and use the expression [A-Z] and store the result into a number type variable. Later by using the If-Else condition, you can find if there is any Capital letter available in the source string or not.

    Please note: The String→ Find action will return only the position of first matching letter and not the letter itself.

    Padmakumar