in reply to Re: regular expression
in thread regular expression

s/^.*\/\d+.//g

I don't understand the purpose of the /g regex modifier in the above regex.

Replies are listed 'Best First'.
Re^3: regular expression
by McDarren (Abbot) on Feb 28, 2010 at 06:04 UTC
    heh.. it serves no purpose whatsoever.
    I'll remove it. Not quite sure what I was thinking about there :)