Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antipalindrome authored Jul 20, 2021
1 parent 17befd8 commit f441482
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ The following characters are **not** supported in the delimiter field:
The following characters are **not** supported in the prefix or suffix field:
`\`, `/`, `*`, `?`, `|`, `:`, `"`, `<`, `>`

| Prefix | Suffix | Output Example |
| ------- | ------------ | ---------------------------- |
| `test-` | N/A | `test-layer-3.png` |
| N/A | `.scale-100` | `layer-3.scale-100.png` |
| `test-` | `.scale-100` | `test-layer-3.scale-100.png` |
| `{ii}-` | N/A | `04-layer-3.png` |
| `{n}-` | N/A | `layer-3-layer-3.png` |
| Prefix | Suffix | Output Example |
| --------- | ------------ | ---------------------------- |
| `test-` | N/A | `test-layer-3.png` |
| N/A | `.scale-100` | `layer-3.scale-100.png` |
| `test-` | `.scale-100` | `test-layer-3.scale-100.png` |
| `{ii}-` | N/A | `04-layer-3.png` |
| `{YYYY}-` | N/A | `2021-layer-3.png` |

#### Variable Substitution

Expand Down

0 comments on commit f441482

Please sign in to comment.