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.)
 
(10 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]]
* [[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]]
* [[Unique_characters_in_each_string|Unique characters in each string]]
* [[Extract_file_extension|Extract file extension]]
* [[Extract_file_extension|Extract file extension]]
* [[Levenshtein_distance|Levenshtein distance]]
* [[Levenshtein_distance|Levenshtein distance]]
* [[Palindrome_detection|Palindrome detection]]
* [[Palindrome_detection|Palindrome detection]]
* [[Compare_a_list_of_strings|Compare a list of strings]]
* [[Common_list_elements|Common list elements]]
* [[Longest common prefix|Longest common prefix]]
* [[Longest common suffix|Longest common suffix]]
* [[Longest common suffix|Longest common suffix]]
* [[Longest common prefix|Longest common prefix]]
* [[Compare_a_list_of_strings|Compare a list of strings]]
* [[Longest Common Substring|Longest common substring]]
* [[Longest Common Substring|Longest common substring]]
* [[Find common directory path|Find common directory path]]
* [[Find common directory path|Find common directory path]]
Line 63: 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]]
Line 68: Line 78:
* [[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]]
* [[Longest_substrings_without_repeating_characters|Longest substrings without repeating characters]]
* [[Find_words_which_contains_all_the_vowels|Find words which contains all the vowels]]
* [[Find_words_which_contains_all_the_vowels|Find words which contains all the vowels]]
* [[Find_words_which_contains_most_consonants|Find words which contains most consonants]]
* [[Find_words_which_contains_most_consonants|Find words which contains most consonants]]

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