in reply to Regex help for string file search

This recent thread may help you out.

We're not really tightening our belts, it just feels that way because we're getting fatter.

Replies are listed 'Best First'.
Re^2: Regex help for string file search
by ScottGor (Initiate) on Jun 17, 2004 at 17:57 UTC
    Thanks for the response, although its not apparant how that post can help me, except for lowercase upper case string substitution. Am I missing something?
      If you haven't turned on the use locale; pragma, you should at least give it a shot. Also note that version 5.6 was a problem, while 5.8 was not. What version of Perl are you running?

      We're not really tightening our belts, it just feels that way because we're getting fatter.
        Im running perl 5.005_03 core. I should mention this is the Interwoven server perl code. Basically Interwoven added a few classes, but the core is still 5.005_03. Seems its down level huh?