用户:Raxter/沙盒
{{#invoke:String|replace|10 0 1 2 3|(%d+) (%d+) (%d+) (%d+) (%d+)|%5 %4 %3 %2 %1}}
10 0 1 2 3
{{#invoke:Regex|replace|10 0 1 2 3|(%d+) (%d+) (%d+) (%d+) (%d+)|%5 %4 %3 %2 %1}}
3 2 1 0 10
{{ReReplace|replace|abcd{{=}}efgh|{{=}}|AAA}}
{{ReReplace|{{{1}}}|([^%-]+){{=}}([^%-]+)|%1{{=}}{{font|style=opacity: 0.5|%2}}}}
{{#invoke:String|replace|{{{1}}}|([^%-]+){{=}}([^%-]+)|%1{{=}}{{font|style=opacity: 0.5|%2}}}}
ABC=XYZ
{{ReMatch|{{{1}}}|([^%-]+){{=}}([^%-]+)|%1{{=}}{{font|style=opacity: 0.5|%2}}|No found}}