Template:Strings: Difference between revisions

Content added Content deleted
m (added a related task.)
m (added related tasks.)
Line 5: Line 5:
;Metrics
;Metrics
* [[String length|String length]]
* [[String length|String length]]

;Counting
;Counting
* [[Jewels_and_Stones|Jewels and stones]]
* [[Jewels_and_Stones|Jewels and stones]]
Line 11: Line 12:
* [[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
* [[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_control_codes_and_extended_characters_from_a_string|Strip control codes and extended characters from a string]]
Line 19: Line 21:
* [[Remove_vowels_from_a_string|Remove vowels from a string]]
* [[Remove_vowels_from_a_string|Remove vowels from a string]]
* [[XXXX_redacted|XXXX redacted]]
* [[XXXX_redacted|XXXX redacted]]

;Find
;Find/Search/Determine
* [[Word_wheel|Word wheel]]
* [[Word_wheel|Word wheel]]
* [[ABC_Problem|ABC problem]]
* [[ABC_Problem|ABC problem]]
* [[Anagrams]]
* [[Anagrams/Deranged_anagrams|Anagrams/Deranged anagrams]]
* [[Semordnilap]]
* [[Ordered_words|Ordered words]]
* [[String_matching|String matching]]
* [[String_matching|String matching]]
* [[String_comparison|String comparison]]
* [[String_comparison|String comparison]]
* [[Palindrome_detection|Palindrome detection]]
* [[Compare_a_list_of_strings|Compare a list of strings]]
* [[Compare_a_list_of_strings|Compare a list of strings]]
* [[Longest common prefix|Longest common prefix]]
* [[Longest common prefix|Longest common prefix]]
Line 38: Line 46:
* [[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]]

;Format
;Format
* [[String case|String case]]
* [[String case|String case]]
Line 56: Line 65:
* [[Abbreviations, simple|Abbreviations, simple]]
* [[Abbreviations, simple|Abbreviations, simple]]
* [[Abbreviations, automatic|Abbreviations, automatic]]
* [[Abbreviations, automatic|Abbreviations, automatic]]

;Song lyrics/poems/Mad Libs
;Song lyrics/poems/Mad Libs
* [[99_Bottles_of_Beer|99 Bottles of Beer]]
* [[99_Bottles_of_Beer|99 Bottles of Beer]]
Line 62: Line 72:
* [[The_Name_Game|The Name Game (a song)]]
* [[The_Name_Game|The Name Game (a song)]]
* [[Mad Libs|Mad Libs]]
* [[Mad Libs|Mad Libs]]

;Tokenize
;Tokenize
* [[Word_break_problem|Word break problem]]
* [[Word_break_problem|Word break problem]]
Line 67: Line 78:
* [[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]]

;Sequences
;Sequences
* [[De_Bruijn_sequences|De Bruijn sequences]]
* [[De_Bruijn_sequences|De Bruijn sequences]]