Template:Strings: Difference between revisions

m
Undo revision 313462 by Gerard Schildberger (talk) undo
m (expanded task names, added whitespace..)
m (Undo revision 313462 by Gerard Schildberger (talk) undo)
Line 1:
*   Metrics: [[String length|string length]]
 
*   Sub-string search: [[Count occurrences of a substring]]
;Related tasks:
 
*   Metrics: [[String length|string length]]
Multi-string operations: [[Longest common prefix|LCP]], [[Longest Common Substring|LCS]], [[String concatenation|concatenation]]
*   Sub-string search: [[Count occurrences of a substring]]
 
*   Multi-string operation: [[Longest common prefix|longest common prefix   (LCP)]]
*   Manipulation: [[Reverse a string|reverse]], a[[String stringcase|lower- and uppercase]]
*   Multi-string operation: [[Longest Common Substring|longest common substring   (LCS)]]
*   Multi-string operation: [[String concatenation|string concatenation]]
*   Manipulation: [[Reverse a string|reverse a string]]
*   Manipulation: [[String case|string case, lower- and uppercase]]