Generate
Clean Up
Random
Shuffle
Format
Change Case
Numbers
Sort
Prepend / Append
View All
Copy Text To Clipboard
Clear Output
Prefix and Suffix
Prefix with...
Prepend all rows with the specified characters.
Suffix with...
Append all rows with the specified characters.
Sort
Sort As Numbers ASC
Sort As Numbers DESC
Sort numbers by their values.
Sort As Text ASC
Sort As Text DESC
Sort numbers as text.
Sort By Length ASC
Sort By Length DESC
Sort numbers as text.
Generate Data
Min
Max
Rows
Generate Words From Dictionary
Extract random words from the dictionary with length between the specified min and max. The dictionary contains approximately 10,000 english words.
Using
Length
Rows
Random Characters
Generate random characters using the specified characters with specified length.
From
To
# In Sequence
Generate numbers in sequence from the minimum value up to the maximum value.
From
To
Generate Unique Random
Range
Count
Generate Random
Change Case
Convert To First case
UPPER
lower
camelCase
Split Data
Split Per Line
Separate By Comma
Get Length, # Lines, # Words
Shuffle
Shuffle A List Of Lines
Shuffle Characters Per Line
Clean Up
Trim Each Line
Remove Empty Lines
Remove Whitespace Per Line
Remove Every Whitespace
Remove Duplicates from List
Row
Discard Rows Beyond X
Remove the rows beyond X row.
Paddings
Pad By Zeroes 0001234
Pad By Space _ _ 1234
Numbers
Digit Grouping 9999 -> 9,999
Format Number To 9,999.00
Round Number (999.99 -> 1000)
Compute Max, Min, Average, Sum
Convert Numbers To Words
Convert Words To Numbers
Numbers CleanUp
Remove Comma 1,111 > 1111
Remove Decimal 111.11 > 111

Features we cover:
  • Data Generation TextUtils can help you generate text or numbers. Data can be generated from the preloaded dictionary, random characters, or random numbers.
  • Number Formatting TextUtils also offer basic formatting of numbers like adding a comma separator, decimal, rounding numbers etc.
  • Prefix and Suffix (Append and Prepend Tools) TextUtils also offer basic formatting of numbers like adding a comma separator, decimal, rounding numbers etc.
  • Shuffling Data You can also shuffle or randomize the order of the lines or randomize the characters in each line.
  • Clean Up Data Cleaning up your data is also a breeze. Duplicate data removal per line, removing any unseen whitespace, removing empty lines or just trimming each line of excess space.
  • Sorting Tool TextUtils also functions as a sorting tool. Sort data as text, sort as numbers, or sort by length.