function RegTest(TestStr, RegExpStr)
{
	return RegExpStr.test(TestStr)
}
