Assuming patterns like "* * * * * *" are defined in the AIML standard... Given the input "hey surfer dude", pattern "HEY * DUDE" will match, but pattern "HEY DUDE" will not? Then does "* * * * * *" match "hey surfer dude"? What does "* _ * * *" do? Is "_ * * *" anything useful?