Template:Strings: Difference between revisions

Content added Content deleted
m (added a related task.)
m (added related tasks, sorted tasks by category and by the length of the name of the task.)
Line 5: Line 5:
*   counting: [[Letter_frequency|letter frequency]]
*   counting: [[Letter_frequency|letter frequency]]
*   counting: [[Count_occurrences_of_a_substring|count occurrences of a substring]]
*   counting: [[Count_occurrences_of_a_substring|count occurrences of a substring]]
*   multi-string operation: [[Longest common prefix|longest common prefix   (LCP)]]
*   multi-string operation: [[Align_columns|align columns]]
*   multi-string operation: [[String concatenation|string concatenation]]
*   multi-string operation: [[Longest common suffix|longest common suffix]]
*   multi-string operation: [[Longest common suffix|longest common suffix]]
*   multi-string operation: [[Longest common prefix|longest common prefix   (LCP)]]
*   multi-string operation: [[Longest Common Substring|longest common substring   (LCS)]]
*   multi-string operation: [[Longest Common Substring|longest common substring   (LCS)]]
*   multi-string operation: [[String concatenation|string concatenation]]
*   multi-string operation: [[Brace_expansion|brace expansion]]
*   multi-string operation: [[Brace_expansion|brace expansion]]
*   multi-string operation: [[Brace_expansion_using_ranges|brace expansion using ranges]]
*   multi-string operation: [[Brace_expansion_using_ranges|brace expansion using ranges]]
*   multi-string operations: [[Align_columns|align columns]]
*   manipulation: [[Strip_comments_from_a_string]]
*   tokenization: [[Tokenize_a_string|tokenize a string]]
*   tokenization: [[Tokenize a string with escaping|tokenize a string with escaping]]
*   tokenization: [[Split a character string based on change of character|split a character string based on change of character]]
*   manipulation: [[Reverse a string|reverse a string]]
*   manipulation: [[Reverse a string|reverse a string]]
*   manipulation: [[Commatizing numbers|commatizing numbers]]
*   manipulation: [[Commatizing numbers|commatizing numbers]]
*   manipulation: [[Strip_block_comments|strip block comments]]
*   manipulation: [[String case|string case, lower- and uppercase]]
*   manipulation: [[String case|string case, lower- and uppercase]]
*   manipulation: [[Substring/Top_and_tail|substring -- top and tail]]
*   manipulation: [[Substring/Top_and_tail|substring -- top and tail]]
Line 22: Line 21:
*   manipulation: [[Suffixation of decimal numbers|suffixation of decimal numbers]]
*   manipulation: [[Suffixation of decimal numbers|suffixation of decimal numbers]]
*   manipulation: [[Numerical and alphabetical suffixes|numerical and alphabetical suffixes]]
*   manipulation: [[Numerical and alphabetical suffixes|numerical and alphabetical suffixes]]
*   manipulation: [[Strip_a_set_of_characters_from_a_string|strip a set of characters from a string]]
*   manipulation: [[Strip_whitespace_from_a_string/Top_and_tail|strip whitespace from a string -- top and tail]]
*   manipulation: [[Strip_control_codes_and_extended_characters_from_a_string|strip control codes and extended characters from a string]]
*   tokenization: [[Tokenize_a_string|tokenize a string]]
*   tokenization: [[Tokenize a string with escaping|tokenize a string with escaping]]
*   tokenization: [[Split a character string based on change of character|split a character string based on change of character]]
*   determination: [[Determine_if_a_string_is_numeric|determine if a string is numeric]]
*   determination: [[Determine_if_a_string_is_squeezable|determine if a string is squeezable]]
*   determination: [[Determine_if_a_string_is_collapsible|determine if a string is collapsible]]
*   determination: [[Determine_if_a_string_has_all_unique_characters|determine if a string has all unique characters]]
*   determination: [[Determine_if_a_string_has_all_unique_characters|determine if a string has all unique characters]]
*   determination: [[Determine_if_a_string_has_all_the_same_characters|determine if a string has all the same characters]]
*   determination: [[Determine_if_a_string_has_all_the_same_characters|determine if a string has all the same characters]]
*   [[De_Bruijn_sequences|De Bruijn sequences]]
*   determination: [[Determine_if_a_string_is_collapsible|determine if a string is collapsible]]
*   determination: [[Determine_if_a_string_is_squeezable|determine if a string is squeezable]]
*   determination: [[Determine_if_a_string_is_numeric|determine if a string is numeric]]
*   [[Abbreviations, simple|abbreviations, simple]]
*   [[Abbreviations, easy|abbreviations, easy]]
*   [[Abbreviations, easy|abbreviations, easy]]
*   [[Abbreviations, simple|abbreviations, simple]]
*   [[Abbreviations, automatic|abbreviations, automatic]]
*   [[Abbreviations, automatic|abbreviations, automatic]]
*   [[Self-referential_sequence|self-referential sequences]]
*   [[Find common directory path|find common directory path]]
*   [[Longest_common_subsequence|longest common subsequence]]
*   [[Longest_common_subsequence|longest common subsequence]]
*   [[Longest increasing subsequence|longest increasing subsequence]]
*   [[Non-continuous_subsequences|non-continuous subsequences]]
*   [[Non-continuous_subsequences|non-continuous subsequences]]
*   [[Find common directory path|find common directory path]]
*   [[Longest increasing subsequence|longest increasing subsequence]]
*   [[Self-referential_sequence|self-referential sequences]]
*   [[De_Bruijn_sequences|De Bruijn sequences]]