Improve Sauce settings documentation.
This commit is contained in:
parent
665a9994ad
commit
e29f1fb55d
@ -12,9 +12,9 @@
|
||||
<li><code>%sMD5</code>: MD5 hash in base64 using <code>-</code> and <code>_</code>.</li>
|
||||
<li><code>%hMD5</code>: MD5 hash in hexadecimal.</li>
|
||||
<li><code>%name</code>: Original file name.</li>
|
||||
<li><code>%$0</code>: Matched regular expression within the filename.</li>
|
||||
<li><code>%$1</code>, <code>%$2</code>, <code>%$3</code>, ... : Subexpressions within the matched regular expression.</li>
|
||||
<li><code>%board</code>: Current board.</li>
|
||||
<li><code>%$0</code>: The matched regular expression.</li>
|
||||
<li><code>%$1</code>, <code>%$2</code>, and so on: Subexpressions within the matched regular expression.</li>
|
||||
<li><code>%%</code>, <code>%semi</code>: Literal <code>%</code> and <code>;</code>.</li>
|
||||
</ul>
|
||||
<textarea hidden name="sauces" class="field" spellcheck="false"></textarea>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user