Hello !
I would like to get only one word in a sentence but it doesn’t work :
t: [Hello] [Hi] [Hey], what's your name?
u: ({"my name is"} _*1)
$name = '_0
Hi $name !
If i write “my name is Phil Norly”, i get “Hi Phil Norly!” whereas i want “Hi Phil!”.
with
u: ({"my name is"} _*1 >)
it doesn’t work neither.
It should not match with “my name is Phil Norly” (because there are 2 words after “my name is”) but it does. Why?
How should i do? I thank you in advance.

RSS AI Zone




