All Tools
1049+ free tools

Pattern Finder

Find the most-repeated substrings in text. Sorted by total characters covered.

15
Repeating patterns
"abcab"× 3total: 15 charsfirst @ 0
"abc"× 4total: 12 charsfirst @ 0
"abca"× 3total: 12 charsfirst @ 0
"bcab"× 3total: 12 charsfirst @ 1
"abcabc"× 2total: 12 charsfirst @ 0
"ab"× 5total: 10 charsfirst @ 0
"bcabc"× 2total: 10 charsfirst @ 1
"bca"× 3total: 9 charsfirst @ 1
"cab"× 3total: 9 charsfirst @ 2
"bc"× 4total: 8 charsfirst @ 1
"cabc"× 2total: 8 charsfirst @ 2
"ca"× 3total: 6 charsfirst @ 2
"xyz"× 2total: 6 charsfirst @ 9
"xy"× 2total: 4 charsfirst @ 9
"yz"× 2total: 4 charsfirst @ 10

Related data tools

CSV to JSON
Convert CSV data into a JSON array of objects.
JSON to CSV
Convert a JSON array of objects into CSV format.
CSV to TSV
Convert comma-separated values to tab-separated values.
TSV to CSV
Convert tab-separated values to comma-separated values.