aegilops :github::microsoft: · @aegilops
150 followers · 582 posts · Server fosstodon.org

@timbray I wonder how close the match is to . That’s Intel’s high-perf regex engine, which disallows backreferences, lookarounds and capture groups, much like I-Regex.

intel.com/content/www/us/en/de

If you want more fodder for considering which regexes would work in your spec, they have a corpus of thousands available.

Hyperscan does allow `.`, `\s`, `\d` and so on, so you’re even stricter!

#hyperscan #regex

Last updated 1 year ago

aegilops :github::microsoft: · @aegilops
122 followers · 453 posts · Server fosstodon.org

I kicked off my blog with a post about writing regex for GitHub Secret Scanning's custom patterns (which you get if you pay for Advanced Security):

aegilops.github.io/posts/regex

#github #secretscanning #securecoding #devsecops #regex #hyperscan

Last updated 2 years ago