Category:String manipulation
Appearance
(Redirected from String Manipulation)
Tasks that involve inspection or mutation of strings of characters.
Pages in category "String manipulation"
The following 50 pages are in this category, out of 50 total.
C
N
S
- Selectively replace multiple instances of a character within a string
- Split a character string based on change of character
- String append
- String case
- String concatenation
- String interpolation (included)
- String length
- String matching
- String prepend
- Strip a set of characters from a string
- Strip block comments
- Strip comments from a string
- Strip control codes and extended characters from a string
- Strip whitespace from a string/Top and tail
- Substitution cipher
- Substring
- Substring/Top and tail