Skip to content

afterwise/aw-match

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny regex-like library, supports basic regex syntax like ^ $ * and +. Also a non-standard negating syntax using the ~ character prefix. Some printf-inspired character classes are also supported, they are:

  • %a Alphabetic
  • %d Digits
  • %f Floating point, 0-9 and period
  • %g Graphical
  • %n Newlines and carriage returns
  • %s Whitespace
  • %x Hexadecimal, 0-9 and A-F
  • %? Anything

About

Tiny regex-like library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published