Template:Strings: Difference between revisions

From Rosetta Code
Content added Content deleted
m (added related tasks.)
(added a new "category": Anagrams/Derangements/shuffling; changed a "category" from a noun to a verb to match the others.)
Line 7: Line 7:


;Counting
;Counting
* [[Jewels_and_Stones|Jewels and stones]]
* [[Word frequency|Word frequency]]
* [[Word frequency|Word frequency]]
* [[Letter_frequency|Letter frequency]]
* [[Letter_frequency|Letter frequency]]
* [[Jewels_and_Stones|Jewels and stones]]
* [[Bioinformatics/base_count|Bioinformatics/base count]]
* [[Bioinformatics/base_count|Bioinformatics/base count]]
* [[Count_occurrences_of_a_substring|Count occurrences of a substring]]
* [[Count_occurrences_of_a_substring|Count occurrences of a substring]]


;Remove/replace
;Remove/replace
* [[XXXX_redacted|XXXX redacted]]
* [[Remove_vowels_from_a_string|Remove vowels from a string]]
* [[Strip_block_comments|Strip block comments]]
* [[Strip_comments_from_a_string|Strip comments from a string]]
* [[Strip_a_set_of_characters_from_a_string|Strip a set of characters from a string]]
* [[Strip_a_set_of_characters_from_a_string|Strip a set of characters from a string]]
* [[Strip_control_codes_and_extended_characters_from_a_string|Strip control codes and extended characters from a string]]
* [[Strip_whitespace_from_a_string/Top_and_tail|Strip whitespace from a string -- top and tail]]
* [[Strip_whitespace_from_a_string/Top_and_tail|Strip whitespace from a string -- top and tail]]
* [[Strip_comments_from_a_string|Strip comments from a string]]
* [[Strip_control_codes_and_extended_characters_from_a_string|Strip control codes and extended characters from a string]]
* [[Strip_block_comments|Strip block comments]]
* [[Remove_vowels_from_a_string|Remove vowels from a string]]
* [[XXXX_redacted|XXXX redacted]]


;Anagrams/Derangements/shuffling
;Find/Search/Determine
* [[Word_wheel|Word wheel]]
* [[Word_wheel|Word wheel]]
* [[ABC_Problem|ABC problem]]
* [[ABC_Problem|ABC problem]]
* [[Anagrams]]
* [[Anagrams]]
* [[Anagrams/Deranged_anagrams|Anagrams/Deranged anagrams]]
* [[Anagrams/Deranged_anagrams|Anagrams/Deranged anagrams]]
* [[Permutations/Derangements|Permutations/Derangements]]
* [[Semordnilap]]
* [[Sattolo_cycle|Sattolo cycle]]
* [[Knuth_shuffle|Knuth shuffle]]
* [[Ordered_words|Ordered words]]
* [[Ordered_words|Ordered words]]
* [[Textonyms|Textonyms (using a phone text pad)]]

;Find/Search/Determine
* [[Semordnilap]]
* [[String_matching|String matching]]
* [[String_matching|String matching]]
* [[String_comparison|String comparison]]
* [[String_comparison|String comparison]]
Line 40: Line 46:
* [[Longest_common_subsequence|Longest common subsequence]]
* [[Longest_common_subsequence|Longest common subsequence]]
* [[Longest increasing subsequence|Longest increasing subsequence]]
* [[Longest increasing subsequence|Longest increasing subsequence]]
* [[Textonyms|Textonyms (using a phone text pad)]]
* [[Determine_if_a_string_is_numeric|Determine if a string is numeric]]
* [[Determine_if_a_string_is_numeric|Determine if a string is numeric]]
* [[Determine_if_a_string_is_collapsible|Determine if a string is collapsible]]
* [[Determine_if_a_string_is_squeezable|Determine if a string is squeezable]]
* [[Determine_if_a_string_is_squeezable|Determine if a string is squeezable]]
* [[Determine_if_a_string_is_collapsible|Determine if a string is collapsible]]
* [[Determine_if_a_string_has_all_unique_characters|Determine if a string has all unique characters]]
* [[Determine_if_a_string_has_all_unique_characters|Determine if a string has all unique characters]]
* [[Determine_if_a_string_has_all_the_same_characters|Determine if a string has all the same characters]]
* [[Determine_if_a_string_has_all_the_same_characters|Determine if a string has all the same characters]]


;Formatting
;Format
* [[String case|String case]]
* [[String case|String case]]
* [[Align_columns|Align columns]]
* [[Align_columns|Align columns]]

Revision as of 15:08, 2 November 2020

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