Template:Strings: Difference between revisions

Content added Content deleted
m (added a related task.)
(Make collapsible so only shown when desired, reformat with more sensible breakdown of subcategories, remove ridiculous whitespace)
Line 1: Line 1:
<div class="mw-collapsible mw-collapsed" style="width:400px; overflow:auto; background-color:parent;">

<div style="font-weight:bold;line-height:1.6;">Other tasks related to string operations:</div>
;Related tasks:
<div class="mw-collapsible-content">
* &nbsp; metrics: [[String length|string length]]
:;Metrics;
* &nbsp; counting: [[Word frequency|word frequency]]
:* [[String length|String length]]
* &nbsp; counting: [[Letter_frequency|letter frequency]]
:;Counting;
* &nbsp; counting: [[Count_occurrences_of_a_substring|count occurrences of a substring]]
:* [[Word frequency|Word frequency]]
* &nbsp; multi-string operation: [[XXXX_redacted]]
:* [[Letter_frequency|Letter frequency]]
* &nbsp; multi-string operation: [[Align_columns|align columns]]
:* [[Count_occurrences_of_a_substring|Count occurrences of a substring]]
* &nbsp; multi-string operation: [[String concatenation|string concatenation]]
:;Remove / replace;
* &nbsp; multi-string operation: [[Longest common suffix|longest common suffix]]
:* [[Strip_a_set_of_characters_from_a_string|Strip a set of characters from a string]]
* &nbsp; multi-string operation: [[Longest common prefix|longest common prefix &nbsp; (LCP)]]
:* [[Strip_control_codes_and_extended_characters_from_a_string|Strip control codes and extended characters from a string]]
* &nbsp; multi-string operation: [[Longest Common Substring|longest common substring &nbsp; (LCS)]]
:* [[Strip_whitespace_from_a_string/Top_and_tail|Strip whitespace from a string -- top and tail]]
* &nbsp; multi-string operation: [[Brace_expansion|brace expansion]]
:* [[Strip_comments_from_a_string|Strip comments from a string]]
* &nbsp; multi-string operation: [[Brace_expansion_using_ranges|brace expansion using ranges]]
:* [[Strip_block_comments|Strip block comments]]
* &nbsp; manipulation: [[Strip_comments_from_a_string]]
:* [[Remove_vowels_from_a_string|Remove vowels from a string]]
* &nbsp; manipulation: [[Reverse a string|reverse a string]]
:* [[XXXX_redacted|XXXX redacted]]
* &nbsp; manipulation: [[Commatizing numbers|commatizing numbers]]
:;Find;
* &nbsp; manipulation: [[Strip_block_comments|strip block comments]]
:* [[Longest common prefix|Longest common prefix]]
* &nbsp; manipulation: [[Substring/Top_and_tail|substring -- top and tail]]
:* [[Longest common suffix|Longest common suffix]]
* &nbsp; manipulation: [[Remove_vowels_from_a_string|remove vowels from a string]]
:* [[Longest Common Substring|Longest common substring]]
* &nbsp; manipulation: [[Suffixation of decimal numbers|suffixation of decimal numbers]]
:* [[Find common directory path|Find common directory path]]
* &nbsp; manipulation: [[String case|string case, lower- and uppercase]]
:* [[Longest_common_subsequence|Longest common subsequence]]
* &nbsp; manipulation: [[Numerical and alphabetical suffixes|numerical and alphabetical suffixes]]
:* [[Non-continuous_subsequences|Non-continuous subsequences]]
* &nbsp; manipulation: [[Strip_a_set_of_characters_from_a_string|strip a set of characters from a string]]
:* [[Longest increasing subsequence|Longest increasing subsequence]]
* &nbsp; manipulation: [[Strip_whitespace_from_a_string/Top_and_tail|strip whitespace from a string -- top and tail]]
:* [[Determine_if_a_string_is_numeric|Determine if a string is numeric]]
* &nbsp; manipulation: [[Strip_control_codes_and_extended_characters_from_a_string|strip control codes and extended characters from a string]]
:* [[Determine_if_a_string_is_squeezable|Determine if a string is squeezable]]
* &nbsp; tokenization: [[Tokenize_a_string|tokenize a string]]
:* [[Determine_if_a_string_is_collapsible|Determine if a string is collapsible]]
* &nbsp; tokenization: [[Tokenize a string with escaping|tokenize a string with escaping]]
:* [[Determine_if_a_string_has_all_unique_characters|Determine if a string has all unique characters]]
* &nbsp; tokenization: [[Split a character string based on change of character|split a character string based on change of character]]
:* [[Determine_if_a_string_has_all_the_same_characters|Determine if a string has all the same characters]]
* &nbsp; determination: [[Determine_if_a_string_is_numeric|determine if a string is numeric]]
:;Format;
* &nbsp; determination: [[Determine_if_a_string_is_squeezable|determine if a string is squeezable]]
:* [[Align_columns|Align columns]]
* &nbsp; determination: [[Determine_if_a_string_is_collapsible|determine if a string is collapsible]]
:* [[Brace_expansion|Brace expansion]]
* &nbsp; determination: [[Determine_if_a_string_has_all_unique_characters|determine if a string has all unique characters]]
:* [[Brace_expansion_using_ranges|Brace expansion using ranges]]
* &nbsp; determination: [[Determine_if_a_string_has_all_the_same_characters|determine if a string has all the same characters]]
:* [[Reverse a string|Reverse a string]]
* &nbsp; [[De_Bruijn_sequences|De Bruijn sequences]]
:* [[String case|String case]]
* &nbsp; [[Abbreviations, easy|abbreviations, easy]]
:* [[String concatenation|String concatenation]]
* &nbsp; [[Abbreviations, simple|abbreviations, simple]]
:* [[Substring/Top_and_tail|Substring/Top and tail]]
* &nbsp; [[Abbreviations, automatic|abbreviations, automatic]]
:* [[Commatizing numbers|Commatizing numbers]]
* &nbsp; [[Self-referential_sequence|self-referential sequences]]
:* [[Suffixation of decimal numbers|Suffixation of decimal numbers]]
* &nbsp; [[Find common directory path|find common directory path]]
:* [[Numerical and alphabetical suffixes|Numerical and alphabetical suffixes]]
* &nbsp; [[Longest_common_subsequence|longest common subsequence]]
:* [[Abbreviations, easy|Abbreviations, easy]]
* &nbsp; [[Non-continuous_subsequences|non-continuous subsequences]]
:* [[Abbreviations, simple|Abbreviations, simple]]
* &nbsp; [[Longest increasing subsequence|longest increasing subsequence]]
:* [[Abbreviations, automatic|Abbreviations, automatic]]
:;Tokenize;
:* [[Tokenize_a_string|Tokenize a string]]
:* [[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]]
:;Sequences;
:* [[De_Bruijn_sequences|De Bruijn sequences]]
:* [[Self-referential_sequence|Self-referential sequences]]
</div>