Template:Strings: Difference between revisions

From Rosetta Code
Content added Content deleted
m (add related task.)
m (added related tasks.)
Line 51: Line 51:
* [[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]]
* [[Words_from_neighbour_ones|Words from neighbour ones]]
* [[Words_from_neighbour_ones|Words from neighbour ones]]
* [[Change_e_letters_to_i_in_words|Change e letters to i in words]]
* [[Non-continuous_subsequences|Non-continuous subsequences]]
* [[Non-continuous_subsequences|Non-continuous subsequences]]
* [[Longest_common_subsequence|Longest common subsequence]]
* [[Longest_common_subsequence|Longest common subsequence]]
Line 63: Line 63:
* [[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]]
* [[Find_words_which_contains_all_the_vowels|Find words which contains all the vowels]]
* [[Find_words_which_contains_more_than_3_e_vowels|Find words which contains more than 3 vowels]]
* [[Find_words_which_contains_more_than_3_e_vowels|Find words which contains more than 3 vowels]]
* [[Find_words_which_first_and_last_three_letters_are_equals|Find words which first and last three letters are equals]]
* [[Find_words_which_first_and_last_three_letters_are_equals|Find words which first and last three letters are equals]]

Revision as of 22:53, 12 February 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