<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'ADD MAXIMUM LENGTH AND COUNTER TO CKEDITOR (FCKEDITOR)'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Wed, 08 Apr 2026 02:21:24 +0000</lastBuildDate>
    <item>
      <title>MiltonVines said on 28/Oct/2020</title>
      <link>https://snipplr.com/view/28453/add-maximum-length-and-counter-to-ckeditor-fckeditor</link>
      <description>&lt;p&gt;Hello. thank for your good code. I create for website &lt;p&gt;&lt;a href="https://essaywritersreview.org/"&gt;essay writing service&lt;/a&gt;&lt;/p&gt; this code, for to count letters in a string:

function countChar(str) {
 const charObj = {};

 const calcWords = function() {
  const max = str.length;
  
  for (i = 0; i &lt; max; i++) {
   charObj[str[i]] = (charObj[str[i]] || 0) + 1;
  };
 };
 calcWords();
 return charObj;
};&lt;/p&gt;</description>
      <pubDate>Wed, 28 Oct 2020 16:22:01 UTC</pubDate>
      <guid>https://snipplr.com/view/28453/add-maximum-length-and-counter-to-ckeditor-fckeditor</guid>
    </item>
  </channel>
</rss>
