1Parse.quoted(3kaya)          Kaya module reference         Parse.quoted(3kaya)
2
3
4

NAME

6       Parse::quoted - Parse a quoted string (not including quotes).
7

SYNOPSIS

9       String quoted( var ParseState st, Char end, Char esc )
10

ARGUMENTS

12       st The current parsing state
13
14       end The character at the end of the quote
15
16       esc Escape character
17

DESCRIPTION

19       This  function  parses  the  contents of a quoted string, ending at the
20       character 'end', but allowing 'end' in the string if preceded by 'esc'.
21

AUTHORS

23       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
24       (kaya@kayalang.org). For further information see http://kayalang.org/
25

LICENSE

27       The  Kaya  standard  library  is free software; you can redistribute it
28       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
29       License  (version  2.1  or  any later version) as published by the Free
30       Software Foundation.
31
32
33
34Kaya                             December 2010             Parse.quoted(3kaya)
Impressum