I am writing a Nim program using regular expressions that works fine, except that when compiling I get this error message:
Warning: re is deprecated [Deprecated]
I looked at the documentation for the re module, but there is no mention of a new way to create regular expressions.
My question is: if the re"regex" constructor is deprecated, what should I use?
source share