Skip to content

timotheecour/nim-regex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Regex

Build Status licence

A library for parsing, compiling, and executing regular expressions.

Features:

  • The match time is linear in the length of the input string
  • Regular expressions are (optionally) compiled at compile-time
  • Captures all group repetitions (not just the last one)
  • Unicode level-1 support
  • Descriptive error messages

Install

nimble install regex

Compatibility

Nim +0.19.0

Docs

Read the docs

Tests

nimble test

LICENSE

MIT

About

Pure Nim regex engine with linear time match

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Nim 100.0%