followup question
is this cpu/ram intensive if say I have 100 regexp checks like
if ($regex(%var,/^Sometext/i) == 1) { goto section }
if ($regex(%var,/^Sometext/i) == 1) { goto section }
if ($regex(%var,/^Sometext/i) == 1) { goto section }
if ($regex(%var,/^Sometext/i) == 1) { goto section }
if ($regex(%var,/^Sometext/i) == 1) { goto section }
if ($regex(%var,/^Sometext/i) == 1) { goto section }
if ($regex(%var,/^Sometext/i) == 1) { goto section }
if ($regex(%var,/^Sometext/i) == 1) { goto section }
if ($regex(%var,/^Sometext/i) == 1) { goto section }
if ($regex(%var,/^Sometext/i) == 1) { goto section }
if ($regex(%var,/^Sometext/i) == 1) { goto section }
etc.