Template:Strings: Difference between revisions

From Rosetta Code
Content added Content deleted
m (added a related task.)
m (added a related task, fixed a typo.)
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:


;Metrics
;Metrics
* [[Array_length|Array length]]
* [[String length|String length]]
* [[String length|String length]]
* [[Copy_a_string|Copy a string]]
* [[Copy_a_string|Copy a string]]
Line 15: Line 16:
* [[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]]
* [[Count_how_many_vowels_and_consonants_occur_in_a_string|Count how many vowels and consonants occur in a string]]


;Remove/replace
;Remove/replace
* [[XXXX_redacted|XXXX redacted]]
* [[XXXX_redacted|XXXX redacted]]
* [[Conjugate_a_Latin_verb|Conjugate a Latin verb]]
* [[Remove_vowels_from_a_string|Remove vowels from a string]]
* [[Remove_vowels_from_a_string|Remove vowels from a string]]
* [[String_interpolation_(included)|String interpolaton (included)]]
* [[String_interpolation_(included)|String interpolation (included)]]
* [[Strip_block_comments|Strip block comments]]
* [[Strip_block_comments|Strip block comments]]
* [[Strip_comments_from_a_string|Strip comments from a string]]
* [[Strip_comments_from_a_string|Strip comments from a string]]
Line 41: Line 44:
* [[ABC_words|ABC words]]
* [[ABC_words|ABC words]]
* [[Odd_words|Odd words]]
* [[Odd_words|Odd words]]
* [[Word_ladder|Word ladder]]
* [[Semordnilap]]
* [[Semordnilap]]
* [[Word_search|Word search]]
* [[Word_search|Word search]]
* [[Wordiff|Wordiff  (game)]]
* [[String_matching|String matching]]
* [[String_matching|String matching]]
* [[Teacup_rim_text|Tea cup rim text]]
* [[Teacup_rim_text|Tea cup rim text]]
* [[Alternade_words|Alternade words]]
* [[Alternade_words|Alternade words]]
* [[Changeable_words|Changeable words]]
* [[Changeable_words|Changeable words]]
* [[State_name_puzzle|State name puzzle]]
* [[String_comparison|String comparison]]
* [[String_comparison|String comparison]]
* [[Unique_characters|Unique characters]]
* [[Unique_characters|Unique characters]]
Line 66: Line 72:
* [[Longest increasing subsequence|Longest increasing subsequence]]
* [[Longest increasing subsequence|Longest increasing subsequence]]
* [[Words_containing_"the"_substring|Words containing "the" substring]]
* [[Words_containing_"the"_substring|Words containing "the" substring]]
* [[Sum_of_the_digits_of_n_is_substring_of_n|Sum of the digits of n is substring of n]]
* [[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_collapsible|Determine if a string is collapsible]]

Latest revision as of 20:42, 16 September 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