mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-05 04:39:08 +08:00
Update README.md
Add example for appending an extension to files that do not have an extension
This commit is contained in:
parent
27c9a4a6a9
commit
d9320b7c05
@ -76,6 +76,7 @@ Matching and variable examples:
|
||||
| (.\*).png | foo\_$1.png | Prepends "foo\_" to the existing file name |
|
||||
| (.\*).png | $1\_foo.png | Appends "\_foo" to the existing file name |
|
||||
| (.\*) | $1.txt | Appends ".txt" extension to existing file name |
|
||||
| (^\w+\.$)\|(^\w+$) | $2.txt | Appends ".txt" extension to existing file name only if it does not have an extension |
|
||||
|
||||
|
||||
### External Help
|
||||
|
Loading…
Reference in New Issue
Block a user