The find macro is a powerful Wikitext macro to find a substring delimited by two delimiters (beging: the delimiter shows the start of snippet, and end: the delimiter shows the end of snippet).
The find macro finds part of text separated by delimiters. This is a powerful macro to extract text snippets and can be used for many applications like footnotes, abbreviation lists, references (bibliography), partial transclusion and much more.
demo: https://kookma.github.io/find-macro/
code: https://github.com/kookma/find-macro
See full description here: https://kookma.github.io/find-macro/#Home:Home%20Acknowledgement%20ChangeLog
With the many development and improvement of TiddlyWiki from 2018 (the time find was written), specially TiddlyWIki 5.3.0+, I am looking for a simpler to understand and easier to maintain wikitext solution
- to find a substring from a given string delimited between two begin and end delimiters
- to return the result (so one can further manipulate it or display it)
- to be able to find the first occurrence or all occurrences.