🛠️ Tool menu:
Homepage.
Basic tools:Count lines, characters, words, sentences, strings.Find and replace text.Change letter case.Remove letter accents.Remove unwanted whitespace.Sort text by alphabetical, length, random, reverse order.
Line/item tools:Create/remove line breaks.Insert prefix and/or suffix into each line/item.Join text lines, side by side.Number each line/item.Remove blank lines.Remove duplicate lines/items.Remove lines/items containing specified string.Remove unwanted line numbers.
Column tools:Delete column of text.Extract column of text.Insert column of text.Swap columns of text.
Generators:Combination generator.Numbered list generator.Random number generator.Random string generator.
Miscellaneous:Extract text between two strings, tags, characters, etc.Extract unique words from text with frequency count.On-select tool.Text to speech reader.


Including punctuation marks.

Tool: Remove unwanted line numbers.

Purpose: Remove unwanted line numbers from the start each line often encountered from copying code blocks.
Instructions: Load working-text, enter number's delimiter into "Numbers are delimited by" field and click "Remove line numbers and their delimiter" button. If numbers do not have a delimiter, click the "Remove all numbers from start of line to first letter" button to remove line numbers (and punctuation marks if checked) from line start to first letter.
Example:

Working-text is:

1.First line.
2.Second line.
3.Third line.


Enter number delimiter . and click "Remove line numbers and their delimiter" button to produce:

First line.
Second line.
Third line.




Open text controls.
Open tool menu.