1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-03 18:53:28 +00:00
TiddlyWiki5/core/modules/parsers
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
..
wikiparser simplified regexp 2015-01-11 11:04:02 +01:00
audioparser.js Add audio/ogg to the list of recognised audio formats 2014-10-19 22:09:17 +02:00
csvparser.js Change more "tw-*" classes to "tc-*" 2014-08-28 18:21:08 +01:00
htmlparser.js Fix problem with UTF-8 encoding of HTML tiddelrs 2014-11-03 16:20:49 +00:00
imageparser.js First pass at external image support 2014-06-12 08:36:30 +01:00
parseutils.js added missing regex update for triple double-quotes macro params 2014-06-19 19:17:26 +02:00
textparser.js Get rid of the tweakParseTreeNode() hack 2014-05-14 08:51:08 +01:00