<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Comments on snippet: 'Search and replace within a field with regex in MySQL'</title>
    <description>Snipplr comments feed</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 21 Apr 2026 07:51:16 +0000</lastBuildDate>
    <item>
      <title>AlyssaLauren8293 said on 15/Nov/2022</title>
      <link>https://snipplr.com/view/28797/search-and-replace-within-a-field-with-regex-in-mysql</link>
      <description>&lt;p&gt;MySQL supports regular expression search and replace operations. This can be useful for tasks such as &lt;a href="https://www.luminartechnolab.com/course-detail/android-training-kochi"&gt;flutter training in kochi&lt;/a&gt; updating field values, or searching and replacing text within a field. To use regular expressions with MySQL, you need to enable the regexp operator. This can be done by setting the "regexp" option to 1 in the my.cnf file. Once the regexp operator is enabled, you can use it in your SQL queries.&lt;/p&gt;</description>
      <pubDate>Tue, 15 Nov 2022 12:08:10 UTC</pubDate>
      <guid>https://snipplr.com/view/28797/search-and-replace-within-a-field-with-regex-in-mysql</guid>
    </item>
  </channel>
</rss>
