Template:Strings: Difference between revisions

From Rosetta Code
Content added Content deleted
m (removed similar words (non-existent, I assume it was deleted))
m (added a related task, fixed a typo.)
 
(22 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]]
* [[Empty_string|Empty string  (assignment)]]
* [[Empty_string|Empty string  (assignment)]]


Line 11: Line 13:
* [[Letter_frequency|Letter frequency]]
* [[Letter_frequency|Letter frequency]]
* [[Jewels_and_Stones|Jewels and stones]]
* [[Jewels_and_Stones|Jewels and stones]]
* [[I_before_E_except_after_C|I before E except after C]]
* [[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 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 26: Line 32:
* [[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
* [[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]]
* [[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_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]]
* [[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 57: 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 62: 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_most_consonants|Find words which contains most consonants]]
* [[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_odd_letters_are_consonants_and_even_letters_are_vowels_or_vice_versa|Find words which odd letters are consonants and even letters are vowels or vice_versa]]
* [[Find_words_which_odd_letters_are_consonants_and_even_letters_are_vowels_or_vice_versa|Find words which odd letters are consonants and even letters are vowels or vice_versa]]


;Formatting
;Formatting
* [[Substring]]
* [[Rep-string]]
* [[Word_wrap|Word wrap]]
* [[String case|String case]]
* [[String case|String case]]
* [[Align_columns|Align columns]]
* [[Align_columns|Align columns]]
Line 87: Line 111:


;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_Twelve_Days_of_Christmas|The Twelve Days of Christmas]]
* [[The_Name_Game|The Name Game (a song)]]
* [[Old_lady_swallowed_a_fly|The Old lady swallowed a fly]]
* [[Old_lady_swallowed_a_fly|The Old lady swallowed a fly]]
* [[The_Name_Game|The Name Game (a song)]]
* [[The_Twelve_Days_of_Christmas|The Twelve Days of Christmas]]
* [[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]]

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