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

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