Rev 5921 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5921 | Rev 11210 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! +exec+ +var+ +string+ |
1 | !! +exec+ +var+ +string+ |
- | 2 | tit:declosing |
|
2 |
|
3 | type:$type_both |
3 |
|
4 | syntax:!declosing `string' |
4 |
|
5 | mean:Strips off enclosing pair of parentheses ((),[],{}) in `string'. \ |
5 |
|
6 | Useful for treatment of user-input vectors or sets, \ |
6 |
|
7 | where some users use enclosing parentheses and other do not. |
7 | don't. |
- | |
8 | - |