in reply to Re^3: Pattern matching fields with variable or NULL data
in thread Pattern matching fields with variable or NULL data

That doesn't match "12 ", which you said should be matched.

Also, \s should be used instead of \W (unless you want to match things like "!@#").

  • Comment on Re^4: Pattern matching fields with variable or NULL data