I have a field which can be setup like:

          $xxxx description
          $xxxx description [,;]
             $xxxx description nnn,nnn
          $xxxx description [,;]nnn,nnn
          $xxxx description nnn,nnn[,;]nnn,nnn
 I am trying to use this format:

        /^\s*\$(\w+)\s+(.+)\s+([,;\s]{0,}(\d{1,3}\s*,{1}\s*\d{0,3}))*/gi

 I can get all but the first with the above regex.

 Believe I should be able to do it, but uncertain what is necessary.

Wags ;)


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to