1.2.0 • Published 8 years ago

match-webspeak v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

match-webspeak

Tests properly formatted text against webspeak responses from users.

Installation

npm install match-webspeak --save

Usage

var match = require('match-webspeak');

if (match(string, response)) {
  //only do the thing if your punctuated string matches the user's response
}

if (match(array, response)) {
  //only do the thing if one of your punctuated options matches the user's response
}
1.2.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago