Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
RENAME: updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-wa committed Apr 24, 2016
1 parent 888412a commit 3a0bb20
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/plugins/rename/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,34 @@ with the required names or case.

If keys are renamed, their original name is stored in the `origname` MetaKey.

There are 2 types of transformations:
* basic
* advanced


## BASIC TRANSFORMATIONS ##

are applied before and after the advanced transformations.

### GET ###
`get/case`
* toupper
* tolower
* unchanged // this is the default value if no configuration is given
converts the whole keyname below the parentKey to upper- or lowercase. if no configuration or `unchanged` is used no transformation is done here.

### SET ###
`set/case`
* toupper
* tolower
* keyname
* unchanged // this is the default value if no configuration is given

`toupper` or `tolower` tells the rename plugin to convert the whole keyname below below the parentKey to lower or uppercase.
`unchanged` returnes the key to it's original name
`keyname` tells the plugin to keep the name of the advanced transformation

## ADVANCED TRANSFORMATIONS ##

## CUT ##

Expand Down

0 comments on commit 3a0bb20

Please sign in to comment.