⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

Metrics: [[String length|length]]

Sub-string search: [[Count occurrences of a 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]]