Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tclcool

    TCL regexp: Problem with Non Greedy search

    Thanks a lot Feherke :) Since sometime I was looking solution for the above problem.
  2. tclcool

    TCL regexp: Problem with Non Greedy search

    Hi, I'm facing problem using a non greedy search. Consider the following example % set data "Facing problem with non greedy search" Facing problem with non greedy search % regexp -nocase {(.*?g)(.*)} $data junk match1 match2 1 % set match1 Facing % set match2 % As expected value set...

Part and Inventory Search

Back
Top