Skip to content

Request for Length Wildcard #337

@I-am-Orion

Description

@I-am-Orion

I want the length wildcard feature in Rivescript so that I get the option to match user's input text more accurately.
e.g.-
EXACT LENGTH WILDCARD:

+ hello *2

Matches Hello John Doe
Does not match Hello John

VARIABLE LENGTH WILDCARD:

+ hello *~2
- That is crazy!

Matches Hello!
Matches Hello John!
Matches Hello John Doe
Does not match Hello John George Doe

MIN-MAX WILDCARD:

+ hello *(2-4)

Matches Hello John Doe and Hello John Dorian Doe
Does not match Hello John

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions