MartinPacker / filterCSV

Tools to manipulate CSV files in a format suitable for importing into various mindmapping programs - such as iThoughts, Freemind, and MindNode.
MIT License
32 stars 8 forks source link

Replace, using capturing groups #50

Closed MartinPacker closed 3 years ago

MartinPacker commented 4 years ago

Some kind of find and replace would be nice.

It would have to use capturing groups in the original regex. (Today the main way of matching a node is to use a regex.)

MartinPacker commented 3 years ago

Shipped in 1.12, 27 December, 2020. Uses re.sub() - which is very powerful.