Opened 17 years ago
Closed 17 years ago
#1139 closed New Feature (duplicate)
Create Word Count button
Reported by: | Aung Khant | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Dear Fred and developers,
The word count button will count values in text area by way of -
- word [Use Regex to determine space]
- character [ FCKeditor.values.length - length of Regex(whitespace characters) ]
- line [Use Regex to determine line break characters]
- paragraph [Use DOM to count p tag]
Thank you so much for your time, consideration and hardwork.
dup of #854