You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi -- Is it possible using rivescript-go to define a regular expression? I am developing a chatbot where I ask the user for information for example if I need to get a serial number that is formatted like this:
123AB6-12C3-123EF456
> topic getserialnumber
+ lookup serial number in database
- Please enter your serial number
+ [A-Z0-9]{6}-[A-Z0-9]{4}-[A-Z0-9]{8}
- Cool, thank you, looking <star1> up
< topic
Is something like this possible?
The text was updated successfully, but these errors were encountered:
Hi -- Is it possible using rivescript-go to define a regular expression? I am developing a chatbot where I ask the user for information for example if I need to get a serial number that is formatted like this:
123AB6-12C3-123EF456
Is something like this possible?
The text was updated successfully, but these errors were encountered: