You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
anon e4b81bf64e made README worth a dime пре 8 месеци
debug debuging stuff пре 8 месеци
documentation . пре 9 месеци
source +missing negative ranges пре 8 месеци
.gdbinit debuging stuff пре 8 месеци
.gitignore . пре 9 месеци
Makefile minor change пре 8 месеци
README.md made README worth a dime пре 8 месеци

README.md

Jëger

A regex engine.

Syntax

The aim was to follow Vim's regex syntax. Esoteric special characters such as “\zs” are not implemented, however the just is supported.
Symbol Meaning (TODO: fill in)
:----: :---------------------:
.
=
+
*
?
\<
\>
^
\t
\n
\b
\i
\I
\k
\K
\f
\F
\p
\P
\s
\d
\D
\x
\X
\o
\O
\w
\W
\h
\a
\l
\L
\u
\U
[<range>]
[^<range>]
:----: :---------------------: