Update strings docs to mention Unicode
parent
7851aac222
commit
daf490e4dd
|
@ -22,9 +22,8 @@ $nl
|
||||||
{ $subsection 1string }
|
{ $subsection 1string }
|
||||||
"Since strings are sequences, basic string manipulation can be performed using sequence operations (" { $link "sequences" } "). More advanced functionality can be found in other vocabularies, including but not limited to:"
|
"Since strings are sequences, basic string manipulation can be performed using sequence operations (" { $link "sequences" } "). More advanced functionality can be found in other vocabularies, including but not limited to:"
|
||||||
{ $list
|
{ $list
|
||||||
{ { $vocab-link "ascii" } " - traditional ASCII character classes" }
|
{ { $link "ascii" } " - ASCII algorithms for interoperability with legacy applications" }
|
||||||
{ { $vocab-link "unicode.categories" } " - Unicode character classes" }
|
{ { $link "unicode" } " - Unicode algorithms for modern multilingual applications" }
|
||||||
{ { $vocab-link "unicode.case" } " - Unicode case conversion" }
|
|
||||||
{ { $vocab-link "regexp" } " - regular expressions" }
|
{ { $vocab-link "regexp" } " - regular expressions" }
|
||||||
{ { $vocab-link "peg" } " - parser expression grammars" }
|
{ { $vocab-link "peg" } " - parser expression grammars" }
|
||||||
} ;
|
} ;
|
||||||
|
|
Loading…
Reference in New Issue