Template:Strings: Difference between revisions

From Rosetta Code
Content added Content deleted
m (added a related task.)
m (added a related task.)
Line 29: Line 29:
* [[Word_wheel|Word wheel]]
* [[Word_wheel|Word wheel]]
* [[ABC_Problem|ABC problem]]
* [[ABC_Problem|ABC problem]]
* [[Anagrams]]
* [[Anagrams/Deranged_anagrams|Anagrams/Deranged anagrams]]
* [[Permutations/Derangements|Permutations/Derangements]]
* [[Superpermutation_minimisation|Superpermutation minimisation]]
* [[Sattolo_cycle|Sattolo cycle]]
* [[Sattolo_cycle|Sattolo cycle]]
* [[Knuth_shuffle|Knuth shuffle]]
* [[Knuth_shuffle|Knuth shuffle]]
* [[Ordered_words|Ordered words]]
* [[Ordered_words|Ordered words]]
* [[Superpermutation_minimisation|Superpermutation minimisation]]
* [[Textonyms|Textonyms (using a phone text pad)]]
* [[Textonyms|Textonyms (using a phone text pad)]]
* [[Anagrams]]
* [[Anagrams/Deranged_anagrams|Anagrams/Deranged anagrams]]
* [[Permutations/Derangements|Permutations/Derangements]]


;Find/Search/Determine
;Find/Search/Determine
Line 97: Line 97:


;Song lyrics/poems/Mad Libs/phrases
;Song lyrics/poems/Mad Libs/phrases
* [[Mad Libs|Mad Libs]]
* [[Magic_8-ball|Magic 8-ball]]
* [[99_Bottles_of_Beer|99 Bottles of Beer]]
* [[99_Bottles_of_Beer|99 Bottles of Beer]]
* [[The_Name_Game|The Name Game (a song)]]
* [[Old_lady_swallowed_a_fly|The Old lady swallowed a fly]]
* [[The_Twelve_Days_of_Christmas|The Twelve Days of Christmas]]
* [[The_Twelve_Days_of_Christmas|The Twelve Days of Christmas]]
* [[Old_lady_swallowed_a_fly|The Old lady swallowed a fly]]
* [[The_Name_Game|The Name Game (a song)]]
* [[Magic_8-ball|Magic 8-ball]]
* [[Mad Libs|Mad Libs]]


;Tokenize
;Tokenize
* [[Text_between|Text between]]
* [[Tokenize_a_string|Tokenize a string]]
* [[Word_break_problem|Word break problem]]
* [[Word_break_problem|Word break problem]]
* [[Tokenize_a_string|Tokenize a string]]
* [[Tokenize a string with escaping|Tokenize a string with escaping]]
* [[Tokenize a string with escaping|Tokenize a string with escaping]]
* [[Split a character string based on change of character|Split a character string based on change of character]]
* [[Split a character string based on change of character|Split a character string based on change of character]]

Revision as of 07:46, 26 March 2021

Other tasks related to string operations:
Metrics
Counting
Remove/replace
Anagrams/Derangements/shuffling
Find/Search/Determine
Formatting
Song lyrics/poems/Mad Libs/phrases
Tokenize
Sequences