Self, AIML, and scripting : star (parameter with space or dash) Sign In : Sign Up

RE: star (parameter with space or dash)

by admin posted Mar 22 2018, 13:43

To access * wildcards from a pattern use the "star" variable. For multiple stars this will be an array.

i.e.
var brand = star[0];
var series = star[1];
var year = star[2];

The star will be the whole string fragment matched to the wildcard.


Id: 21407646
Posted: Mar 22 2018, 13:43
Replies: 0
Views: 2979, today: 1, week: 6, month: 6