diff --git a/src/General/Settings/Sauce.html b/src/General/Settings/Sauce.html index 017084ae3..ea8bd3575 100644 --- a/src/General/Settings/Sauce.html +++ b/src/General/Settings/Sauce.html @@ -12,9 +12,9 @@
  • %sMD5: MD5 hash in base64 using - and _.
  • %hMD5: MD5 hash in hexadecimal.
  • %name: Original file name.
  • +
  • %$0: Matched regular expression within the filename.
  • +
  • %$1, %$2, %$3, ... : Subexpressions within the matched regular expression.
  • %board: Current board.
  • -
  • %$0: The matched regular expression.
  • -
  • %$1, %$2, and so on: Subexpressions within the matched regular expression.
  • %%, %semi: Literal % and ;.