diff options
Diffstat (limited to 'clformat/readme.md')
| -rw-r--r-- | clformat/readme.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/clformat/readme.md b/clformat/readme.md index 2271af8..da0e085 100644 --- a/clformat/readme.md +++ b/clformat/readme.md @@ -146,3 +146,11 @@ It takes zero, one or four parameters (described by the table below), as well as Padding will be inserted after the string, unless the `@` modifier has been specified, in which case it will go before the string. + +## ( Directive +The ( directive is used for performing simple case-mappings on a string. It +encloses a string that contains other directives, terminated by the ~) +directive. + +It takes no parameters, but takes one format argument; its behavior is +influenced by the modifiers provided to the ( directive, but not much else. |
