This page (revision-4) was last changed on 27-Jul-2017 14:45 by Dirk Frederickx 

This page was created on 04-Jan-2014 08:10 by Ichiro Furusato

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Version Date Modified Size Author Changes ... Change note
4 27-Jul-2017 14:45 13 KB Dirk Frederickx to previous Category.D ==> Category.Documentation
3 16-Jul-2017 13:32 13 KB mingbai to previous | to last Category.Documentation ==> Category.D
2 04-Jan-2014 14:29 13 KB Harry Metske to previous | to last linked to category.documentation
1 04-Jan-2014 08:10 13 KB Ichiro Furusato to last initial content based on original page

Difference between version and

At line 16 changed 2 lines
etc.) you would use the regex "{{Wiki.*}}" (see the following note on
why this is so if you're curious). — MurrayAltheim
etc.) you would use the regex "{{Wiki.*}}"
At line 19 removed 9 lines
%%information
While this might at first glance seem counterintuitive, all wiki pages
beginning with "{{Wiki}}" are not matched by a regex of "{{Wiki*}}",
which would try to match pages like "Wikiiiii" since the "{{*}}" matches
zero or more of the character previous to the "{{*}}", which happens to
be an "{{i}}". The dot ("{{.}}") character means ''any character'', so
"{{.*}}" means "match any string of zero or more of any character".
%%
At line 251 added 3 lines
----
[Category.Documentation]