<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 15:55:20 +0000</lastBuildDate>
    <item>
      <title>(JavaScript) Leap Year Check - tomasdev</title>
      <link>https://snipplr.com/view/55210/leap-year-check</link>
      <description>&lt;p&gt;Extend Date object to have isLeapYear() boolean (true for Leap Years)&#13;
Taken from https://raw.github.com/vitch/jquery-methods/master/date.js&lt;/p&gt;</description>
      <pubDate>Mon, 13 Jun 2011 23:52:04 UTC</pubDate>
      <guid>https://snipplr.com/view/55210/leap-year-check</guid>
    </item>
    <item>
      <title>(JavaScript) Word breaker (or how to split a string into lines) - tomasdev</title>
      <link>https://snipplr.com/view/49646/word-breaker-or-how-to-split-a-string-into-lines</link>
      <description>&lt;p&gt;Parameters: required **[string]**, optional **[number of lines]**.     &#13;
 &#13;
By default it breaks the string passed into 3 lines.    &#13;
  &#13;
It takes a string and converts it to an array of strings, splitting the original string into smaller parts (useful for word breaking).&lt;/p&gt;</description>
      <pubDate>Fri, 25 Feb 2011 14:38:31 UTC</pubDate>
      <guid>https://snipplr.com/view/49646/word-breaker-or-how-to-split-a-string-into-lines</guid>
    </item>
    <item>
      <title>(JavaScript) One line html decode entities (jQuery) - tomasdev</title>
      <link>https://snipplr.com/view/46302/one-line-html-decode-entities-jquery</link>
      <description>&lt;p&gt;You need jQuery to make this work.&lt;/p&gt;</description>
      <pubDate>Fri, 31 Dec 2010 01:50:29 UTC</pubDate>
      <guid>https://snipplr.com/view/46302/one-line-html-decode-entities-jquery</guid>
    </item>
  </channel>
</rss>
