*Advanced use of the Negated Character Class*
*Match titles with defined numbers of "/" slash*
*^(([^/]+?)/){1}[^/]+?$*
The difference here is in *{1}*
If you change the number then it will change the number of "/" permitted in
the match.
You can test it at:
http://tw-regexp.tiddlyspot.com/#RegExp%20Experimentation%20with%20Title
TT
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/166333e8-b354-47a0-b685-b47886566827%40googlegroups.com.