<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Regular Expression (RegExp) in JavaScript</title>
<link>http://blog.roodo.com/rocksaying/archives/2670695.html/</link>
<description><![CDATA[javascript regexp

Regular Expression (以下簡稱 REGEX) 是以一組特定字元符號描述字串樣式規則的記述語法。簡單地說， REGEX 用於表達字元符號在字串中出現的規則。舉個例子說明，在 REGEX 中，字元 '^' 放在第一個位置表示字串開頭位置，當我寫下 ^A 的記述時，便表示必須是一個開頭為 A 的字串，如 Adam，才符合此一規則。這個表達規則通常稱為 pattern 。 ECMAScript/JavaScript 以內建的 RegExp Object 提供 REGEX 功能。See also: ECMA-262 15.10 - RegExp Objects
]]>
	</description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/rocksaying/archives/2670695-comment.xml" rel="self" type="application/rss+xml" />
<item>
	<title>回應：Regular Expression (RegExp) in JavaScript</title>
	<description><![CDATA[大大你好
(\1)這涵義可以在白話的說明一下嗎？]]>
	</description>
	<link>http://blog.roodo.com/rocksaying/archives/2670695.html</link>
	<guid>http://blog.roodo.com/rocksaying/archives/2670695.html#comment-20048941</guid>
	<author>edwardkink@gmail.com(kink)</author>	<category>文章回應</category>
	<pubDate>Tue, 10 Nov 2009 13:20:34 +0800</pubDate>
</item>
<item>
	<title>回應：Regular Expression (RegExp) in JavaScript</title>
	<description><![CDATA[Good resource for me to understand.

Thank you.]]>
	</description>
	<link>http://blog.roodo.com/rocksaying/archives/2670695.html</link>
	<guid>http://blog.roodo.com/rocksaying/archives/2670695.html#comment-19931647</guid>
		<category>文章回應</category>
	<pubDate>Sat, 10 Oct 2009 16:58:36 +0800</pubDate>
</item>
<item>
	<title>回應：Regular Expression (RegExp) in JavaScript</title>
	<description><![CDATA[哇！Example 2的REGEX 測試工具是大大您自己寫的嗎？好厲害唷！！
謝謝您的分享～很受益呢！
^_^]]>
	</description>
	<link>http://blog.roodo.com/rocksaying/archives/2670695.html</link>
	<guid>http://blog.roodo.com/rocksaying/archives/2670695.html#comment-18225753</guid>
		<category>文章回應</category>
	<pubDate>Thu, 25 Dec 2008 15:57:56 +0800</pubDate>
</item>
<item>
	<title>回應：Regular Expression (RegExp) in JavaScript</title>
	<description><![CDATA[整理得好仔細 感恩]]>
	</description>
	<link>http://blog.roodo.com/rocksaying/archives/2670695.html</link>
	<guid>http://blog.roodo.com/rocksaying/archives/2670695.html#comment-16902965</guid>
		<category>文章回應</category>
	<pubDate>Mon, 21 Jul 2008 15:06:28 +0800</pubDate>
</item>
<item>
	<title>回應：Regular Expression (RegExp) in JavaScript</title>
	<description><![CDATA[感謝你的整理，對我幫助很大。]]>
	</description>
	<link>http://blog.roodo.com/rocksaying/archives/2670695.html</link>
	<guid>http://blog.roodo.com/rocksaying/archives/2670695.html#comment-16434431</guid>
		<category>文章回應</category>
	<pubDate>Fri, 16 May 2008 13:49:08 +0800</pubDate>
</item>
</channel>
</rss>