Regex internals as a library
last updated: Oct 20, 2023
https://blog.burntsushi.net/regex-internals/
Andrew Gallant walks through how and why he broke up the regex-internals
package out of the regex
package, and gives a thorough tour of the current state of his superb regex
library.