Practical Example Of My New Event Driven Regex Engine - SAR

This page summarizes the projects mentioned and recommended in the original post on /r/regex

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • regexp_sar

    SAR is a new way of handling regular expression which allows us to run many regular expressions (only limitation being the available memory) at once. When adding a regexp, there is also a related callback that will be called upon each match in the same order in which they appear on the text

  • In short, SAR is a new regex engine written for Python. It is designed to take a different approach from current regex engines for using many regexps at once while also keeping track of exactly which regex was caught (which differs from alternations in current regex engines). For more information please view my introduction post or visit my github page.

  • ata

    Discontinued Experimental RegExp Engine with event triggering mechanism. (by kazhmir)

  • very interesting, i did something very much like this in Go: https://github.com/kazhmir/ATA

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts