I'm not sure how much TiddlyWiki users understand regular expressions.
There are TWO basic modes.
When flag m ("multi-line") is enabled matching is for only the FIRST
match to the regular expression.
When flag g ("global") is enabled the match is repeated until no further
matches are possible.
The flags also change the SCOPE.
Under m the start anchor at the beginning of a LINE is ^ and terminates
at line end with $ .
Under g the start anchor is at start of the FIELD with ^ and
terminates at the end of the field $ .
These two screenshots show the difference ...
UNDER "G" ...
[image: {0F0F80DE-081D-4D8A-8A57-3215C21CA595}.png.jpg]
UNDER "M" ...
[image: {26B57C27-4C5F-404F-9119-3CAB602B66CC}.png.jpg]
Just info I thought useful.
Best wishes
Josiah
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/de36a590-3ce2-4553-9fc3-74148ffd4e74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.