fuzzy-regex
Version:
A regular expression library for Node.js that allows for a configurable number of mismatches (fuzzy matching), powered by the high-performance [TRE](https://laurikari.net/tre/) regex engine. This package supports both ESM and CommonJS, and provides a simp
36 lines (34 loc) • 376 B
CSS
a:link {
color: #454892;
}
a:visited {
color: #665556;
}
p {
text-align: justify;
}
font.type {
color: #107020;
}
font.func {
color: #1010a0;
}
font.arg {
color: #906000;
}
font.qual {
color: #501050;
}
tr.title {
background: #cbc5b8;
}
tr.even {
background: #dbdbdb;
}
tr.odd {
background: #ebebee;
}
div.code {
background: #e0e0f0;
padding: 10px;
}