Related Tools
Text length filter tool online , filtering the text with the length of each line within the specified range.
-
Space ( process spaces first, then compare length ) :
- Keep : Keep spaces on each line.
- Trim Start : Remove spaces at the beginning of each line.
- Trim End : Remove spaces at the end of each line.
- Trim : Spaces at the beginning and end of each line are removed.
- Min Length : Can be empty. The length of each line of text needs to be greater than or equal to this value.
- Max Length : Can be empty. The length of each line of text needs to be less than or equal to this value.
- Open File : Open the local text file, and the supported file encoding is UTF-8. If your file is not encoded like this, you can open it in another editor and copy it into the input.
- Download : Download the processing results locally.