ZF-4130: Add a TextSize validator
Description
Add a validator which is able to detect word count and character count of a given file. (Text, Word, OpenOffice?)
Add a validator which is able to detect word count and character count of a given file. (Text, Word, OpenOffice?)
Comments
Posted by Thomas Weidner (thomas) on 2009-01-07T11:36:45.000+0000
Added a WordCount validator with r13540
Posted by Thomas Weidner (thomas) on 2009-01-07T12:01:40.000+0000
Word Count added, for Character Count the Size validator can also be used as it counts bytes and one char is one byte.