in reply to Check for 'and'

  1. You should write a parser (or find an existing one, its easy if you know your format's name).
  2. { [^}]+ }

Replies are listed 'Best First'.
Re^2: Check for 'and'
by Anonymous Monk on Aug 11, 2009 at 09:16 UTC
    How to store the values to a variable, {TAG} to { start of another braces.
      {TAG} 0012310002 and 0012310003 {COUNT} Please tell me how to write regular expression to store value after {TAG} and start of '{' of COUNT.