mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
fixes #4996
This commit is contained in:
@@ -23,6 +23,15 @@ export options
|
||||
##
|
||||
## A regular expression library for Nim using PCRE to do the hard work.
|
||||
##
|
||||
## **Note**: If you love ``sequtils.toSeq`` we have bad news for you. This
|
||||
## library doesn't work with it due to documented compiler limitations. As
|
||||
## a workaround, use this:
|
||||
##
|
||||
## .. code-block:: nim
|
||||
##
|
||||
## import nre except toSeq
|
||||
##
|
||||
##
|
||||
## Licencing
|
||||
## ---------
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user