Ciao Mohammad As it is it has little utility. I included it for learning purposes. A very simple case that illustrates what Negative Classes do.
I don't know how much regex users have, so I think for docs its useful to give some really simple examples and then build from them. Best wishes TT Mohammad wrote: > > How we can use this in a real case? Not starting with $ sign means all > ordinary tiddlers! > >> >> Match titles NOT starting "$" >> >> *^[^\$]* >> >> >> *"^"* = start of scope, in this case the start of the title field >> *"[^"* = inside a character class, in first position, *"^"* means "match >> the negation" of the following character(s) >> *"\$"* = match the character "$" literally >> *"]" *= close character class >> > -- 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/2d85f848-ec55-4148-b1c9-17d8ee477d6c%40googlegroups.com.

