in reply to Re: Any idea what this doesin thread Any idea what this does
Close... The caret character (^) is a negation operator inside a character class here. Outside the character class, it would indeed be an anchor to the start of the string.