in reply to Re^2: Regex becomes greedy with /s
in thread Regex becomes greedy with /s

Another argument for TheDamian's PBP regex recommendation that a standard set of regex modifiers be used, even in 'throwaway' scripts. E.g.,
    m{pattern}xms