<!DOCTYPE html>
<html>
<body>
<%

Set x=CreateObject("vbscript.regexp")
response.write(IsObject(x))

%>

</body>
</html>