Rev 14711 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14711 | Rev 17228 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | If it is specified, then the comparison only takes place for\ |
9 | If it is specified, then the comparison only takes place for\ |
10 | corresponding objects of ``string'' which are identical to ``s''. \ |
10 | corresponding objects of ``string'' which are identical to ``s''. \ |
11 | The output of the command is a list of positions (char, word, item,\ |
11 | The output of the command is a list of positions (char, word, item,\ |
12 | line or row, according to the value of ``type'') where ``s'' is found in ``string''.\ |
12 | line or row, according to the value of ``type'') where ``s'' is found in ``string''.\ |
13 | Here, rows are separated by semi-colon ``;'' and lines by new lines.\ |
13 | Here, rows are separated by semi-colon ``;'' and lines by new lines.\ |
14 | <br |
14 | <br>\ |
15 | If ``type'' is missing, then ``s'' is searched in ``string'' as a substring,\ |
15 | If ``type'' is missing, then ``s'' is searched in ``string'' as a substring,\ |
16 | and the positions reported are character positions (more precisely, \ |
16 | and the positions reported are character positions (more precisely, \ |
17 | the positions of the previous character of ``s'' in ``string'').\ |
17 | the positions of the previous character of ``s'' in ``string'').\ |