Cleanup docs about re.nim

This commit is contained in:
Araq
2018-03-05 13:04:03 +01:00
parent 363c703e72
commit 0c28dcd9e2

View File

@@ -7,11 +7,7 @@
# distribution, for details about the copyright.
#
## Regular expression support for Nim. This module still has some
## obscure bugs and limitations,
## consider using the ``nre`` or ``pegs`` modules instead.
## We had to de-deprecate this module since too much code relies on it
## and many people prefer its API over ``nre``'s.
## Regular expression support for Nim.
##
## This module is implemented by providing a wrapper around the
## `PRCE (Perl-Compatible Regular Expressions) <http://www.pcre.org>`_