Skip to content
TextArray
100% local

Even / odd splitter

Separate even and odd numbers instantly from any text.

Input
Output

Even / odd splitter

An even / odd splitter extracts all numbers from your text and separates them into even and odd lists. Paste any content — a row of digits, a sentence with numbers mixed in, a table of values — and the tool instantly identifies which numbers are even (divisible by 2) and which are odd, displaying them in two labeled lines.

The tool finds every integer in your input, including negative numbers and those embedded in text like "abc123def". Each number is classified once, in the order it appears. You choose the output: both lists side by side, only the even numbers, or only the odd numbers. The live tally counts how many numbers fell into each category so you can verify the split at a glance.

Everything runs entirely in your browser, so your data stays private and processing is instant. No file is uploaded, no server sees your numbers, and you can handle arbitrarily large lists without waiting. The output is plain text you can copy, download as a file, or send to another TextArray tool for further processing.

FAQ

What is an even number?
An even number is any integer divisible by 2 with no remainder: 0, 2, 4, 6, −2, −4, and so on. All others are odd.
Does it work with decimals or floats?
No, the splitter extracts and classifies whole numbers only. If your text contains "3.14", only the "3" is extracted. Use the number extractor tool if you need to work with decimals.
Can I filter just even or just odd numbers?
Yes. The output option lets you see both lists, even numbers only, or odd numbers only. Choose "Even only" to exclude all odd numbers from the result.
Is my input uploaded to a server?
No. The splitting happens entirely in your browser and your input never leaves your device or is sent anywhere.