1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-06 12:13:16 +00:00
TiddlyWiki5/core/modules/parsers/wikiparser
Tobias Beer b43d4a33d6 simplified regexp
Ok, I think I've got it now. The following matches all...

1. starting with a literal `$:`
2. then any number of character not a whitespace, `<` or  `|`
3. closing with anything that is, again, not a whitespace, `<` or  `|`

Test here...

http://tbdemo.tiddlyspot.com/#Autolink%20System%20Tiddlers
2015-01-11 11:04:02 +01:00
..
rules simplified regexp 2015-01-11 11:04:02 +01:00
wikiparser.js Obeisance to JSHint for core modules 2014-08-30 20:44:26 +01:00
wikirulebase.js Moving the wikiparser rules around 2012-12-20 16:38:33 +00:00