Good day Guys,
Please how can i perform case-insensitive matching on text that i read from the user input? i noticed that this code snippet
"context": {
"number_extract": "<? input.text.extract('my name is ([\\w\\s\\w]*)', 1) ?>"
}
will not match if the user enters My name is .......
Also please can anyone also suggest a good resource that i can use for using regular expression in the Dialog screen.
Thank you very much.