dlclark / regexp2

A full-featured regex engine in pure Go based on the .NET engine
MIT License
997 stars 84 forks source link

Question: Does this library support "categories" #69

Closed dheeraj-326 closed 1 year ago

dheeraj-326 commented 1 year ago

I came across something called categories in regex which I need to use for one of my requirements (https://www.regular-expressions.info/unicode.html). Does this library support categories?

dlclark commented 1 year ago

Yes, the engine supports all features of the .NET regex engine.