I might keep a list of useful regexps in a file on the repository, with example usage for each. So, the users wouldn’t necessarily have to understand regex, just copy-paste a template they like the look of into the appropriate section.
If I frame things in regexp under the hood, it’ll be easier to implement things like a crude mode (which just corresponds to a particular regexp for a particular note-type, and could be hard-coded into the script itself)
Specifically, I could add two modes in the next update - —crude, which implements your particular example, and —regexp, which only uses user-defined regexp
Just to clarify - the ‘replies’ in crude mode are expected to be one line, or run over multiple lines (not in a single-line wrap kind of way, but actual newline kind of way)?