7,879 skills found · Page 1 of 263
VerbalExpressions / JSVerbalExpressionsJavaScript Regular expressions made easy
gskinner / RegexrRegExr is a HTML/JS based tool for creating, testing, and learning about Regular Expressions.
Theano / TheanoTheano was a Python library that allows you to define, optimize, and evaluate mathematical expressions involving multi-dimensional arrays efficiently. It is being continued as PyTensor: www.github.com/pymc-devs/pytensor
google / Re2RE2 is a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and Python. It is a C++ library.
pillarjs / Path To RegexpTurn a path string such as `/user/:name` into a regular expression
pemistahl / GrexA command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases
expr-lang / ExprExpression language and expression evaluation for Go
google / Latexify PyA library to generate LaTeX expression from Python code.
symfony / Css SelectorConverts CSS selectors to XPath expressions
CJex / Regulex:construction: Regular Expression Excited!
intel / HyperscanHigh-performance regular expression matching library
flightcontrolhq / SuperjsonSafely serialize JavaScript expressions to a superset of JSON, which includes Dates, BigInts, and more.
mtdowling / Cron ExpressionCRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
VincentSit / ChinaMobilePhoneNumberRegexRegular expressions that match the mobile phone number in mainland China. / 一组匹配中国大陆手机号码的正则表达式。
yoav-lavi / MelodyMelody is a language that compiles to regular expressions and aims to be more readable and maintainable
francisrstokes / Super Expressive🦜 Super Expressive is a zero-dependency JavaScript library for building regular expressions in (almost) natural language
martanne / VisA vi-like editor based on Plan 9's structural regular expressions
microsoft / RulesEngineA fast and reliable .NET Rules Engine with extensive Dynamic expression support
Knetic / GovaluateArbitrary expression evaluation for golang
rust-lang / RegexAn implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.