Can someone please say me what i'm missing here?
this little problem is driving me crazy!
i feel so stupid that i have to ask this but why does this script thinks that "=" doesn't exist inside the dictionary?
$regex = ObjCreate("VBScript.RegExp")
$regex.Pattern = "="
$regex.Global = True
$regex...