Content deleted Content added
m fixed link to scripting language |
searching, sorting and parsing |
||
Line 27:
== String manipulation ==
A simple operation on strings is concatenation. Other common operations
Advanced string algorithms often employ complex mechanisms and data structures, among them [[suffix tree]]s, [[finite state machine]]s.
|