From aa327efa98ab90e70b6bd1ee6085fa2e1e4fda46 Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Tue, 14 Apr 2015 23:26:53 +0300 Subject: Add a hint about NRE to 're' module --- lib/impure/re.nim | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lib/impure/re.nim') diff --git a/lib/impure/re.nim b/lib/impure/re.nim index 91381bda3..ce49ad186 100644 --- a/lib/impure/re.nim +++ b/lib/impure/re.nim @@ -7,8 +7,11 @@ # distribution, for details about the copyright. # -## Regular expression support for Nim. Consider using the pegs module -## instead. +## Regular expression support for Nim. Consider using the pegs module instead. +## +## There is an alternative regular expressions library with a more unified API: +## `nre `_. It may be added to the standard +## library in the future, instead of `re`. ## ## **Note:** The 're' proc defaults to the **extended regular expression ## syntax** which lets you use whitespace freely to make your regexes readable. -- cgit 1.4.1-2-gfad0