in reply to Re: Regex Questionin thread Regex Question
$x = "aba"; print "$x\n" if index($x, "a", 2) == 2; [download]
++ Thanks Ratazong. You're absolutely correct. I've updated my node.
-- Ken