hanickadot / compile-time-regular-expressions

Compile Time Regular Expression in C++
https://twitter.com/hankadusikova
Apache License 2.0
3.22k stars 177 forks source link

Is it possible to add custom User Tokens for regular expressions? #306

Open XRay3D opened 1 month ago

XRay3D commented 1 month ago

Is it possible to add custom UserTokens for regular expressions? For example: \F For float numbers:

+.123
-1.5e-10
3.14

Or you can give an example, or where to look, how to do this.