Template:Strings: Difference between revisions

From Rosetta Code
Content added Content deleted
(mising </div>, leading blank line, stripped a couple of ;)
m (use CSS indenting, minor clean-up)
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>
<div class="mw-collapsible-content" style="padding-left:2em;">
 
:;Metrics
:* [[String length|String length]]
:;Counting
:* [[Word frequency|Word frequency]]
:* [[Letter_frequency|Letter frequency]]
:* [[Count_occurrences_of_a_substring|Count occurrences of a substring]]
:;Remove / replace;
:* [[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_whitespace_from_a_string/Top_and_tail|Strip whitespace from a string -- top and tail]]
:* [[Strip_comments_from_a_string|Strip comments from a string]]
:* [[Strip_block_comments|Strip block comments]]
:* [[Remove_vowels_from_a_string|Remove vowels from a string]]
:* [[XXXX_redacted|XXXX redacted]]
:;Find;
:* [[Longest common prefix|Longest common prefix]]
:* [[Longest common suffix|Longest common suffix]]
:* [[Longest Common Substring|Longest common substring]]
:* [[Find common directory path|Find common directory path]]
:* [[Longest_common_subsequence|Longest common subsequence]]
:* [[Non-continuous_subsequences|Non-continuous subsequences]]
:* [[Longest increasing subsequence|Longest increasing subsequence]]
:* [[Determine_if_a_string_is_numeric|Determine if a string is numeric]]
:* [[Determine_if_a_string_is_squeezable|Determine if a string is squeezable]]
:* [[Determine_if_a_string_is_collapsible|Determine if a string is collapsible]]
:* [[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]]
:;Format;
:* [[Align_columns|Align columns]]
:* [[Brace_expansion|Brace expansion]]
:* [[Brace_expansion_using_ranges|Brace expansion using ranges]]
:* [[Reverse a string|Reverse a string]]
:* [[String case|String case]]
:* [[String concatenation|String concatenation]]
:* [[Substring/Top_and_tail|Substring/Top and tail]]
:* [[Commatizing numbers|Commatizing numbers]]
:* [[Suffixation of decimal numbers|Suffixation of decimal numbers]]
:* [[Numerical and alphabetical suffixes|Numerical and alphabetical suffixes]]
:* [[Abbreviations, easy|Abbreviations, easy]]
:* [[Abbreviations, simple|Abbreviations, simple]]
:* [[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>
</div>

Revision as of 13:33, 11 October 2020