CS 3304: Comparative Languages
Data Types
[
Course Documents
] : [
Data Types
]
Previous
Contents
Next
Keyword Index
Other String Examples
SNOBOL4 (a string manipulation language)
Primitive
Many operations, including elaborate pattern matching
Perl
Patterns are defined in terms of regular expressions
A very powerful facility!
/[A-Za-z][A-Za-z\d]*/
Java and C++ (with std library)
String class (not array of char)