This tool extracts only words from your text that are shorter than a specified number of letters. You can set the maximum letter count and choose from various extraction modes: extract all words shorter than X letters, extract only words matching specified substrings among those, extract all except those containing specified substrings, or format the extracted words using a custom format. Simply enter your text, specify the maximum letter count, and select the extraction mode that suits your needs.
Examples:
Extract All Words Shorter than X Letters
Every word shorter than the specified maximum is extracted.
This is a simple example for Testing the tool.
simple example Testing
Extract Only Words Matching Specified Substrings
Only words shorter than the specified maximum that contain the substring "Test" are extracted.
This is a simple example for Testing the tool.
Testing
Extract All Except Words Containing Specified Substrings
Extracts all words shorter than the specified maximum except those that contain the substring "simple".
This is a simple example for Testing the tool.
example Testing
Extract Words with Custom Format
Each extracted word shorter than the specified maximum is formatted using the custom format.
Custom formatted output example.
[Custom] [formatted] [output] [example]