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 SkipVought 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. eggbaconsandwich

    simple regex issue

    Hi tek-tips. Perl noob here, I have the following code for turning anything to lower case after 3 slashes : $input = 'tea/coffee/eggs/BACON'; $output = $input =~ s/^((?:.*?\/){3}(.*)$/$1.lc($2)/er; print $output; Question, how can I quickly reverse the application of lc and only apply it...

Part and Inventory Search

Back
Top