Parse to match a predicate.
String string( Bool(String) strfun, var ParseState st )
strfun The predicate function, which should return true if the String matches
st The current parsing state
Parse a string matching a predicate. The string will be formed from the contiguous set of non-whitespace characters at the start of the String to be parsed (which may be the empty String). An Exception will be thrown if the predicate is not matched.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.