kookma / TW-Commander

A tiddler toolkit for Tiddlywiki 5. Batch operations on bulk of tiddlers. Create, delete, add fields, tags, search and replace and inspect tiddlers.
https://kookma.github.io/TW-Commander/
49 stars 6 forks source link

Improve Regex section by adding "gm" flag #5

Open TiddlyTweeter opened 5 years ago

TiddlyTweeter commented 5 years ago

Suggest addition of "gm" flag to improve text field matching. At moment its either/or g & m. Javascript supports the combined "gm" too.