17 lines
353 B
JSON
17 lines
353 B
JSON
|
{
|
||
|
"key": "tokenizer",
|
||
|
"name": "Tokenizer",
|
||
|
"authors": [
|
||
|
"John Bandela"
|
||
|
],
|
||
|
"description": "Break of a string or other character sequence into a series of tokens.",
|
||
|
"category": [
|
||
|
"Iterators",
|
||
|
"String"
|
||
|
],
|
||
|
"maintainers": [
|
||
|
"John R. Bandela <jbandela -at- ufl.edu>"
|
||
|
],
|
||
|
"cxxstd": "03"
|
||
|
}
|