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 TouchToneTommy 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: *

  • Users: markasmith
  • Content: Threads
  • Order by date
  1. markasmith

    Changeable modifiers in a regex

    Hi, Using Perl 5.6.1, I need a reg-ex which is sometimes case-sensitive, sometimes case-insensitive, according to something which happened earlier. I've tried this: $caseSensitiveCharacter = "i"; (or) $caseSensitiveCharacter = ""; [...then...] if (...

Part and Inventory Search

Back
Top