fmt_string_parser [function]

fmt_string_parser( string, offset = 0[, buffersize ] )

creates a fmt_parser object, connected to a string reader object, initialized to the given offset and buffer size

p = fmt_string_parser( "this is a test" );
p.readcc( "a-z" ); // returns "this"