String (computer science): Difference between revisions

Content deleted Content added
mNo edit summary
from string algorithm
Line 47:
 
Recent [[script language]]s, including [[Perl]], [[Python programming language|Python]] and [[Ruby programming language|Ruby]], employs [[Regular expression]] to facininate text operations.
 
== Algorithm ==
There are a variety of string-processing [[algorithm]]s for doing various things with strings:
 
* [[String searching algorithm]]s
* [[regular expression algorithm]]s
 
== Strings in theoretical computer science ==