Skip to main content

check if string is LIKE variable

Comments

1 comment

  • Permanently deleted user
    Try strValue.contains(strValue2)

     

    You'll want to use an If rather than Switch, because switch is for exact matches only.

     

     

    Hope that helps!
    0

Please sign in to leave a comment.