Why doesn’t this work?

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Why doesn’t this work?

  • Creator
    Topic
  • #53349
    Cliff Stark
    Participant

      I have been trying to figure out why this won’t work but I can’t seem to figure it out.  I have 1 IB ADT and I’m trying to send it OB to 3 different locations.  

      Please take a look at the screenshot.  Thank you.

    Viewing 1 reply thread
    • Author
      Replies
      • #77363
        Keith McLeod
        Participant

          Try ADT_.*

          The dot represents any character, the * means 0 or more occurrences.

          Without the dot, your expression says ADT and 0 or more occurrences of the _.

        • #77364
          Chris Williams
          Participant

            It’s the difference between “glob” style wildcarding, like you would use searching a directory, and Regular Expressions. The Name field is expecting a regular expression.

        Viewing 1 reply thread
        • The forum ‘Cloverleaf’ is closed to new topics and replies.