Skip to main content

tokenize

Function tokenize 

Source
pub fn tokenize(input: &str) -> Result<Vec<Token>, String>
Expand description

Tokenize a SPARQL fragment. Returns an error string on a malformed literal or an unterminated IRI/string.