Template:Strings: Difference between revisions

Content added Content deleted
m (Undo revision 313462 by Gerard Schildberger (talk) undo)
m (Undo revision 313464 by Gerard Schildberger (talk) redo)
Line 1: Line 1:
Metrics: [[String length|length]]


;Related tasks:
Sub-string search: [[Count occurrences of a substring]]
*   Metrics: [[String length|string length]]

*   Sub-string search: [[Count occurrences of a substring]]
Multi-string operations: [[Longest common prefix|LCP]], [[Longest Common Substring|LCS]], [[String concatenation|concatenation]]
*   Multi-string operation: [[Longest common prefix|longest common prefix   (LCP)]]

*   Multi-string operation: [[Longest Common Substring|longest common substring   (LCS)]]
Manipulation: [[Reverse a string|reverse]], [[String case|lower- and uppercase]]
*   Multi-string operation: [[String concatenation|string concatenation]]
*   Manipulation: [[Reverse a string|reverse a string]]
*   Manipulation: [[String case|string case, lower- and uppercase]]