Unique Words Extractor
Pull every distinct word out of a block of text, with optional case-insensitive matching and alphabetical sorting.
9 unique words found
Output
Extract the unique vocabulary used in a piece of text, useful for building word lists, checking repetition, or studying language. Toggle case-insensitive matching and alphabetical sorting to shape the result. All processing happens locally in your browser.
How to use
- Paste your text into the input box.
- Toggle case-insensitive matching and alphabetical sorting as needed.
- Review the unique word count and copy the list from the output box.
Frequently asked questions
- Does case-insensitive mode treat "Word" and "word" as the same?
- Yes, when enabled, words that differ only in capitalization are counted once, using the first casing encountered.
- What counts as a word?
- Sequences of letters, numbers, apostrophes, and hyphens are treated as words; other punctuation is used as a separator.
- Can I sort the results alphabetically?
- Yes, enable the sort option to list unique words A to Z instead of in the order they first appear.