Skip to content

starobj/quantifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantifier

What is a quantifier?

Quantifiers specify how many times a pattern must be repeated to achieve a match.

Examples include:

  • one time
  • one or more time(s)
  • zero or more times
  • n times
  • range(n..m) times

Installation

cargo add quantifier

Usage

todo!()

About

Quantifiers specify how many times a pattern must be repeated to achieve a match.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors