Template:Strings: Difference between revisions

m
expanded task names, added whitespace..
mNo edit summary
m (expanded task names, added whitespace..)
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]], [[Stringa case|lower- and uppercasestring]]
*   Manipulation: [[String case|string case, lower- and uppercase]]