Text Parse
Package:
Summary:
Get statistics and beautify text strings
Groups:
Author:
Description:
This class can be used to get statistics and beautify text strings.
It can analyze a given text string and get the total length, the number of non-whitespace characters, number of letters, number of spaces and tabs, number of symbol characters, number of words and number of sentences.
The class can also beautify the text by removing exceeding spaces, punctuation and line breaks.
It can analyze a given text string and get the total length, the number of non-whitespace characters, number of letters, number of spaces and tabs, number of symbol characters, number of words and number of sentences.
The class can also beautify the text by removing exceeding spaces, punctuation and line breaks.
Comments are closed.