Posted to tcl by Bradipo at Wed Feb 01 19:46:50 GMT 2017view raw

  1. % regexp -all -inline {^(.* |)wi [0-9]+} "But this does wi 01234)"
  2. {But this does wi 01234} {But this does }
  3. % regexp -all -inline {^(.* |)wi [0-9]+} "This doesn't match (wi 01234)"
  4. %