RegExtract
oniguruma
RegExtract | oniguruma | |
---|---|---|
- | 3 | |
697 | 2,405 | |
-0.3% | 1.3% | |
7.0 | 7.6 | |
about 1 year ago | 7 days ago | |
C# | C | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
RegExtract
We haven't tracked posts mentioning RegExtract yet.
Tracking mentions began in Dec 2020.
oniguruma
- The only open source software "attacked" on Google search in Japan
-
Building a syntax highlighting extension for VS Code
As a ruby developer, I was happy to find that VS Code / TextMate grammar files use the same regular expression engine called Oniguruma as ruby itself. Thus, I could be sure that when trying my regular expressions in my favorite online regex tool, rubular.com, there would be no inconsistencies due to the engine inner workings.
-
Developer Diaries: How We Built a Better Browser-Based IDE with Monaco
However, parsing these files requires a C library called Oniguruma to parse and execute these files. Because this library does not run in a pure JavaScript environment – which was a requirement for Monaco historically due to browser support – Monaco ships out-of-the-box with a different grammar language.
What are some alternatives?
Gigantor - Works in conjunction with System.Text.RegularExpressions.Regex to boost performance, add a replace function, and support gigantic files that exceed RAM
RegEx101 - This repository is currently only used for issue tracking for www.regex101.com
compile-time-regular-expressions - Compile Time Regular Expression in C++
Onigmo - Onigmo is a regular expressions library forked from Oniguruma.
rxcg - A regular expression matcher generator for C
Melon - A generic cross-platform C library that includes many commonly used components and frameworks, and a new scripting language interpreter. It currently supports C99 and Aspect-Oriented Programming (AOP).