in reply to Re: Regex help for string file search
in thread Regex help for string file search

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?
  • Comment on Re^2: Regex help for string file search

Replies are listed 'Best First'.
Re^3: Regex help for string file search
by Roy Johnson (Monsignor) on Jun 17, 2004 at 18:04 UTC
    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?