Open ddevault opened 8 months ago
@ddevault do you know of any implementations of that standard?
There are heaps -- virtually every libc; glibc, musl libc, etc; pcre, etc, as well as the implementation I am responsible for (and which motivated this request): Hare.
You would be very hard pressed to find any language without POSIX standard regex. And you'd even be further hard pressed to find any machine which does not have code written in any language which has the POSIX standard regex. It is nearly as close to a universal standard as one can get. It is comparable to trying to find examples of ASCII or Unicode.
As specified by The Open Group