<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/textile</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 12:27:07 GMT</pubDate>
<item>
<title>(Regular Expression) Match text between asterisks - inko9nito</title>
<link>http://snipplr.com/view/46419/match-text-between-asterisks/</link>
<description><![CDATA[ <p>Matches text between each pair of asterisks (see URL above for demo) 


  
  
**Example:**

Make text between asterisks bold, like in Textile (in Ruby):

`test.gsub(/(\*)+([^.*?$]+)+(\*)/, '\\2')`</p> ]]></description>
<pubDate>Mon, 03 Jan 2011 12:47:36 GMT</pubDate>
<guid>http://snipplr.com/view/46419/match-text-between-asterisks/</guid>
</item>
<item>
<title>(PHP) Mini Textile class - evanwalsh</title>
<link>http://snipplr.com/view/6108/mini-textile-class/</link>
<description><![CDATA[ <p>This is a version of Textile that only accepts paragraps, bold, italics, links, and images.  Enjoy.</p> ]]></description>
<pubDate>Sat, 03 May 2008 14:01:13 GMT</pubDate>
<guid>http://snipplr.com/view/6108/mini-textile-class/</guid>
</item>
<item>
<title>(Other) Linking Image with Class in Textile - yatil</title>
<link>http://snipplr.com/view/5476/linking-image-with-class-in-textile/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 18 Mar 2008 08:45:48 GMT</pubDate>
<guid>http://snipplr.com/view/5476/linking-image-with-class-in-textile/</guid>
</item>
<item>
<title>(PHP) Parse Textile - neogeek</title>
<link>http://snipplr.com/view/141/parse-textile/</link>
<description><![CDATA[ <p>This is a simple textile function that supports most of the textile syntax. It is in it's early stages and is sure to change.</p> ]]></description>
<pubDate>Fri, 30 Jun 2006 10:29:02 GMT</pubDate>
<guid>http://snipplr.com/view/141/parse-textile/</guid>
</item>
</channel>
</rss>