<?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/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to write regex with javascript]]></title><description><![CDATA[<p dir="auto">Hi devs, I have to validate username with this format "xxxxxxxx_0000000". x = any character, 0 = any number. How can I do it with javascript?</p>
]]></description><link>https://lankadevelopers.lk/topic/110/how-to-write-regex-with-javascript</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 22:58:43 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/topic/110.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 18 Jan 2019 07:57:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to write regex with javascript on Fri, 18 Jan 2019 14:09:05 GMT]]></title><description><![CDATA[<p dir="auto">welcome bro...</p>
]]></description><link>https://lankadevelopers.lk/post/734</link><guid isPermaLink="true">https://lankadevelopers.lk/post/734</guid><dc:creator><![CDATA[dev_lak]]></dc:creator><pubDate>Fri, 18 Jan 2019 14:09:05 GMT</pubDate></item><item><title><![CDATA[Reply to How to write regex with javascript on Fri, 18 Jan 2019 14:03:51 GMT]]></title><description><![CDATA[<p dir="auto">Awesome! Thanks, mate</p>
]]></description><link>https://lankadevelopers.lk/post/733</link><guid isPermaLink="true">https://lankadevelopers.lk/post/733</guid><dc:creator><![CDATA[Harsha Sampath]]></dc:creator><pubDate>Fri, 18 Jan 2019 14:03:51 GMT</pubDate></item><item><title><![CDATA[Reply to How to write regex with javascript on Fri, 18 Jan 2019 09:36:42 GMT]]></title><description><![CDATA[<p dir="auto">try, <code>/[a-zA-Z]{8}[_]{1}[0-9]{7}$/g</code></p>
]]></description><link>https://lankadevelopers.lk/post/732</link><guid isPermaLink="true">https://lankadevelopers.lk/post/732</guid><dc:creator><![CDATA[dev_lak]]></dc:creator><pubDate>Fri, 18 Jan 2019 09:36:42 GMT</pubDate></item></channel></rss>