minor: A narrower pattern, so that the example list is not that huge.
parent
81a0e37856
commit
bb0e9b7825
|
@ -1,9 +1,9 @@
|
||||||
I want match pages which have actually curly braces in the names (like this one), but this matches a lot of pages without the braces in their names :( :
|
I want match pages which have actually curly braces in the names (like this one), but this matches a lot of pages without the braces in their names :( :
|
||||||
|
|
||||||
[[!map pages="{*}*"]]
|
[[!map pages="*_{*}_*"]]
|
||||||
|
|
||||||
When escaped, it doesn't work at all:
|
When escaped, it doesn't work at all:
|
||||||
|
|
||||||
[[!map pages="\{*}*"]]
|
[[!map pages="*_\{*}_*"]]
|
||||||
|
|
||||||
[[!map pages="{*\}*"]]
|
[[!map pages="*_{*\}_*"]]
|
||||||
|
|
Loading…
Reference in New Issue