- This topic has 8 replies, 5 voices, and was last updated 15 years, 5 months ago by .
-
Topic
-
the above command comes back with one hit but no value…..? why non-greedy search…shouldn’t it find the “b” ?
tcl>regexp — {b?} abcd match
1
tcl>echo $match
tcl>
tcl>regexp — {a?} abcd match
1
tcl>echo $match
a
tcl>
Come on Charlie….lay it on me….Im almost afraid to ask!
Viewing 7 reply threads
Viewing 7 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.