File tree 1 file changed +10
-3
lines changed
1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 7
7
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css " integrity ="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u " crossorigin ="anonymous ">
8
8
< link rel ="stylesheet " href ="css/main.css ">
9
9
</ head >
10
-
10
+
11
11
< body >
12
12
< table class ="table table-hover table-bordered ">
13
13
< thead >
374
374
< td > < code > {shuffle;apple}</ code > </ td >
375
375
< td > plaep</ td >
376
376
</ tr >
377
+ < tr >
378
+ < td > space</ td >
379
+ < td > Returns spaces amounting to < code > number</ code > . Default value for < code > number</ code > is 1.</ td >
380
+ < td > < code > {space[;number]}</ code > </ td >
381
+ < td > < code > {space;5}</ code > </ td >
382
+ < td > </ td >
383
+ </ tr >
377
384
< tr >
378
385
< td > substr</ td >
379
386
< td > Returns the characters of < code > string</ code > between < code > start</ code > and < code > end</ code > . Default value
515
522
</ tr >
516
523
</ tbody >
517
524
</ table >
518
- < div class ="alert alert-info "> To use most of this list as a tag, execute the commands from < a href ="data/cmd_values.txt "> this file</ a > .</ div >
525
+ < div class ="alert alert-info "> To use most of this list as a tag, execute the commands from < a href ="data/cmd_values.txt "> this file</ a > .</ div >
519
526
</ body >
520
- </ html >
527
+ </ html >
You can’t perform that action at this time.
0 commit comments