Rev 11223 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
32 | reyssat | 1 | !! +var+ +string+ |
11210 | bpr | 2 | tit:getopt |
3 | type:$type_both |
||
11292 | bpr | 4 | syntax:!getopt ``name'' in ``string'' |
5 | mean:This command allows to extract the definition of a word in ``string'' under the form ``name=value''.\ |
||
11210 | bpr | 6 | <p>\ |
11292 | bpr | 7 | It returns the defined ``value'' in the string, or the ``name'' itself if it appears in ``string''\ |
8 | but if there is no ``='' sign following it, or an empty string if ``name'' does not appear \ |
||
9 | in ``string'' as a word.\ |
||
11210 | bpr | 10 | </p><p>\ |
11292 | bpr | 11 | ``value'' can be a multi-word string, if it is enclosed by a pair of parentheses, brackets, \ |
11210 | bpr | 12 | curly braces or double quotes. The enclosing parentheses etc. will be removed from the output.\ |
13 | </p><p>\ |
||
11292 | bpr | 14 | Spaces are allowed before and/or after the ``='' sign.\ |
5920 | bpr | 15 | </p> |