Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add example for appending an extension to files that do not have an extension
  • Loading branch information
chrdavis committed Oct 31, 2019
1 parent 27c9a4a commit d9320b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/powerrename/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9320b7

Please sign in to comment.