<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by yiemszx</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Mon, 29 Jun 2026 14:16:04 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>RegEx ignore first character of matched result</title>
            <link>http://forum.lowyat.net/topic/3799290</link>
            <description>Help needed&amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Let&amp;#39;s say I have this sample:&lt;br /&gt;&lt;br /&gt;NO 2 JALAN KANGSAR&lt;br /&gt;&lt;br /&gt;84A JALAN BESAR&lt;br /&gt;&lt;br /&gt;970 JLN SUNGAI PUYU&lt;br /&gt;&lt;br /&gt;ENTREPRENEURS PARK, JALAN 1&lt;br /&gt;&lt;br /&gt;116B, OFF JALAN KUCHAI LAMA&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I want to get the &amp;quot;JALAN&amp;quot; that contains no &amp;quot;OFF&amp;quot; or &amp;quot;,&amp;quot; right before it.&lt;br /&gt;&lt;br /&gt;With this regex: [^(OFF|,)][ ]+(JALAN|JLN)&lt;br /&gt;&lt;br /&gt;I able to eliminate bottom two of the sample but somehow match &amp;quot;2 JALAN&amp;quot; &amp;amp; &amp;quot;A JALAN&amp;quot; &amp;amp; &amp;quot;0 JLN&amp;quot; for the top three sample&lt;br /&gt;&lt;br /&gt;What I need is only the &amp;quot;JALAN&amp;quot; without any digit/letter (space is allowed). Or maybe I would say to ignore the first character of matched results.&lt;br /&gt;&lt;br /&gt;here is the link for the work: &lt;a href='https://regex101.com/r/kN5pL2/2' target='_blank'&gt;https://regex101.com/r/kN5pL2/2&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Thank you so much&amp;#33;</description>
            <author>yiemszx</author>
            <category>Codemasters</category>
            <pubDate>Tue, 08 Dec 2015 15:17:12 +0800</pubDate>
        </item>
        <item>
            <title>Address Parser</title>
            <link>http://forum.lowyat.net/topic/3771546</link>
            <description>Does anyone have idea how to parse malaysian address?&lt;br /&gt;&lt;br /&gt;Especially how to separate House Number and Street since house number doesn&amp;#39;t have any standards.&lt;br /&gt;&lt;br /&gt;Example: No 23 Jalan ABC, Taman XYZ, 54321, Kuala Lumpur, Kuala Lumpur&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;parse into &lt;br /&gt;&lt;br /&gt;House number: No 23&lt;br /&gt;Street name: Jalan ABC&lt;br /&gt;Section: Taman XYZ&lt;br /&gt;Postcode: 54321&lt;br /&gt;City: Kuala Lumpur&lt;br /&gt;State: Kuala Lumpur&lt;br /&gt;&lt;br /&gt;</description>
            <author>yiemszx</author>
            <category>Codemasters</category>
            <pubDate>Wed, 11 Nov 2015 14:20:50 +0800</pubDate>
        </item>
    </channel>
</rss>
