<?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 11:49:35 +0000</lastBuildDate>
    <item>
      <title>(Other) Xcode Regex Find and Replace - tuesdaycreative</title>
      <link>https://snipplr.com/view/43274/xcode-regex-find-and-replace</link>
      <description>&lt;p&gt;This example attempts to reorder pointer declarations so that the asterisk is adjacent to the class name.  It searches for a letter, asterisk and space, and a letter.  It replaces that group with the initial letter, "* ", and the final letter.&#13;
&#13;
Parentheses in the regular expressions register a group number.&#13;
&#13;
The regular expression used here only matches letters.  Add 0-9 in the square brackets to search for numbers as well.&lt;/p&gt;</description>
      <pubDate>Sat, 30 Oct 2010 06:18:11 UTC</pubDate>
      <guid>https://snipplr.com/view/43274/xcode-regex-find-and-replace</guid>
    </item>
  </channel>
</rss>
