﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Quomon - regular expressions</title>
    <link>https://quomon.com</link>
    <description>Questions and Answers for IT &amp; Graphic Design Professionals - regular expressions</description>
    <language>en-us</language>
    <copyright>Quomon</copyright>
    <generator />
    <webMaster />
    <lastBuildDate>Tue, 09 Jun 2026 07:09:03 GMT</lastBuildDate>
    <ttl>20</ttl>
    <item>
      <guid>https://quomon.com/47270/regular-expressions-tester-for-net-c</guid>
      <title>regular expressions tester for .net - c#?</title>
      <link>https://quomon.com/47270/regular-expressions-tester-for-net-c</link>
      <description>Hey guys,
&lt;br&gt;
&lt;br&gt;I'm looking for some program or online page to be able to test my regular expressions easily since they're so complicated to create and debug.
&lt;br&gt;Do you know of any tool or website that has this?
&lt;br&gt;
&lt;br&gt;thanks,
&lt;br&gt;dustPuppy</description>
      <author>dustPuppy</author>
      <pubDate>Fri, 03 Oct 2008 08:53:08 GMT</pubDate>
      <comments>https://quomon.com/47270/regular-expressions-tester-for-net-c#comments</comments>
      <category>testing, regular expressions, C#, .net, regex</category>
    </item>
    <item>
      <guid>https://quomon.com/44760/Regular-expression-with-foreign-characters</guid>
      <title>Regular expression with foreign characters.</title>
      <link>https://quomon.com/44760/Regular-expression-with-foreign-characters</link>
      <description>I am working on a search engine handling utf-8 encoded text in any language.
&lt;br&gt;Everything is working so far: The search term is recieved from the user, passed on to the database, and matching rows are returned to the browser - all in utf-8 all the way.
&lt;br&gt;
&lt;br&gt;Typing certain foreign characters as ñ, é and ô also matches any n, e and o and vice versa (using MySQL's LIKE operator).
&lt;br&gt;
&lt;br&gt;The problem appears when I try to highlight the search terms in the resulting page.
&lt;br&gt;This is done using PHP's preg_replace function and in this case ñ only matches ñ, not n, as well as é matches é but not e and so on. The result simply is that some found rows won't have anything highlighted.
&lt;br&gt;
&lt;br&gt;Is there a way to make the regex insensitive to these differences (in a similar way that the i modifier makes it case-insensitive i.e. n also matches N)? 
&lt;br&gt;I have tried using the u modifier (for utf-8) but it did not seem to have any effect.
&lt;br&gt;
&lt;br&gt;Please help me here!
&lt;br&gt;
&lt;br&gt;Jakob</description>
      <author>jgivoni</author>
      <pubDate>Thu, 19 Apr 2007 18:47:00 GMT</pubDate>
      <comments>https://quomon.com/44760/Regular-expression-with-foreign-characters#comments</comments>
      <category>PHP, regex, regexp, regular expressions, UTF-8, web development</category>
    </item>
    <item>
      <guid>https://quomon.com/43840/Validating-email-address-in-javascript</guid>
      <title>Validating email address in javascript?</title>
      <link>https://quomon.com/43840/Validating-email-address-in-javascript</link>
      <description>How do I validate an email address in javascript?
&lt;br&gt;I suppose I should use regular expressions, but I don´t know how to write it.</description>
      <author>david</author>
      <pubDate>Sat, 16 Sep 2006 20:57:45 GMT</pubDate>
      <comments>https://quomon.com/43840/Validating-email-address-in-javascript#comments</comments>
      <category>JavaScript, regular expressions, validation, web development</category>
    </item>
    <item>
      <guid>https://quomon.com/43823/How-do-I-add-similar-text-to-the-beginning-of-every-line-in-textpad-without-doing-it-one-at-a-time</guid>
      <title>How do I add similar text to the beginning of every line in textpad without doing it one at a time?</title>
      <link>https://quomon.com/43823/How-do-I-add-similar-text-to-the-beginning-of-every-line-in-textpad-without-doing-it-one-at-a-time</link>
      <description>I have a textpad document where I am editing my HTML code.  If I need to go through a portion of text and add something like ( pagebody=' ), is there a way to do this without having to just use the paste function and manually go through every line and paste?  Also, how do I add similar text to the END of every line also?  </description>
      <author>mary2</author>
      <pubDate>Wed, 13 Sep 2006 18:20:39 GMT</pubDate>
      <comments>https://quomon.com/43823/How-do-I-add-similar-text-to-the-beginning-of-every-line-in-textpad-without-doing-it-one-at-a-time#comments</comments>
      <category>html, textpad, Automated Functions, regular expressions</category>
    </item>
  </channel>
</rss>