in reply to Re^3: March a regex using split functionin thread March a regex using split function
'mods.x' => '(?x) disregarding whitespace and comments', 'mods.-x' => '(?-x) matching whitespace and # normally', [download]