Skip to content

human_regex v0.1.2

Compare
Choose a tag to compare
@cmccomb cmccomb released this 31 Oct 01:44
· 93 commits to master since this release

This release includes some significant additional functionality! There are now functions for the following special and escaped characters:

  • Any
  • Digit
  • Non-Digit
  • Word
  • Non-Word
  • Whitespace
  • Non-Whitespace
  • Beginning
  • End

There are also functions that allow the following relationships

  • At least n
  • At most n
  • At least n and at most m
  • Exactly n
  • One or more
  • Zero or one
  • Zero or more