RegExp Replace In Note
This button action allows you to do a search and replace on the entire note where the button is in.
You can use $1
, $2
, etc. in the replacement text to reference the matched groups in the regular expression.
Example
This example replaces every TODO: ...
line with TODO: ... - Done
.