Template:Strings: Difference between revisions

From Rosetta Code
Content added Content deleted
No edit summary
mNo edit summary
Line 3: Line 3:
Sub-string search: [[Count occurrences of a substring]]
Sub-string search: [[Count occurrences of a substring]]


Multi-string operations: [[Longest common prefix]], [[Longest Common Substring]]
Multi-string operations: [[Longest common prefix|LCP]], [[Longest Common Substring|LCS]], [[String concatenation|concatenation]]


Manipulation: [[Reverse a string|reverse]], [[String case|lower- and uppercase]]
Manipulation: [[Reverse a string|reverse]], [[String case|lower- and uppercase]]

Revision as of 22:15, 21 May 2016

Metrics: length

Sub-string search: Count occurrences of a substring

Multi-string operations: LCP, LCS, concatenation

Manipulation: reverse, lower- and uppercase