mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-30 11:13:57 +00:00
distinction between re.replace and re.replacef; speed improvements for re module
This commit is contained in:
@@ -34,7 +34,8 @@ Changes affecting backwards compatibility
|
||||
``module.re"abc"`` is now supported.
|
||||
- Changed the behaviour of ``strutils.%``, ``ropes.%``
|
||||
if both ``$#`` and ``$i`` are involved.
|
||||
|
||||
- The ``pegs`` and ``re`` modules distinguish between ``replace``
|
||||
and ``replacef`` operations.
|
||||
|
||||
Additions
|
||||
---------
|
||||
|
||||
Reference in New Issue
Block a user