<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc = "http://purl.org/dc/elements/1.1/" xmlns="http://purl.org/rss/1.0/">
	<channel rdf:about="http://livedocs.adobe.com/">
	<title>LiveDocs Comments - coldfusion - 7 - htmldocs - 00000534.htm</title>	
		<link>http://livedocs.adobe.com/</link>
		<description>Macromedia LiveDocs - online documentation with user feedback.</description>
		<copyright>Copyright 2009, Macromedia, Inc.</copyright>
		<dc:date>2009-11-25T23:49:01</dc:date>
		<dc:language>en-us</dc:language>
		<items>
			<rdf:Seq>
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#82164" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#82163" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#80661" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#68020" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#67991" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#67692" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#67687" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#64070" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#62468" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#53274" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#50867" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#49766" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#41101" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#41065" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#39840" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#38175" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#38142" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#32137" />
				<rdf:li rdf:resource="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#27759" />
			</rdf:Seq>
		</items>
	</channel>
	
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#82164">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#82164</link>
		<description>Seajay: what you said is not quite true. Although RFC 1738 states that &quot;The characters &quot;;&quot;, &quot;/&quot;, &quot;?&quot;, &quot;:&quot;, &quot;@&quot;, &quot;=&quot; and &quot;&amp;&quot; are the characters which may be reserved for special meaning within a scheme.&quot;, it differs per scheme which of those characters are _actually_ reserved.&lt;br /&gt;&lt;br /&gt;For HTTP, RFC 1738 specifies:&lt;br /&gt;&lt;br /&gt;; HTTP&lt;br /&gt;&lt;br /&gt;httpurl        = &quot;http://&quot; hostport [ &quot;/&quot; hpath [ &quot;?&quot; search ]]&lt;br /&gt;hpath          = hsegment *[ &quot;/&quot; hsegment ]&lt;br /&gt;hsegment       = *[ uchar | &quot;;&quot; | &quot;:&quot; | &quot;@&quot; | &quot;&amp;&quot; | &quot;=&quot; ]&lt;br /&gt;search         = *[ uchar | &quot;;&quot; | &quot;:&quot; | &quot;@&quot; | &quot;&amp;&quot; | &quot;=&quot; ]&lt;br /&gt;&lt;br /&gt;As you can see, the colon is a perfectly valid character in the hsegment part.</description>
		<dc:creator>helpneeded911</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-03-21T02:55:23</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#82163">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#82163</link>
		<description>Note that although the &quot;creditcard&quot; description says &quot;a 13-16 digit _number_&quot; - it also accepts strings with spaces or dashes. If a downstream party is more strict about creditcard numbers, accepting _only_ digits, you need to do extra manual validation beyond what IsValid gives you.</description>
		<dc:creator>helpneeded911</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-03-21T02:44:32</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#80661">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#80661</link>
		<description>In response to daamsie&lt;br /&gt;&lt;br /&gt;A URL which uses the colon (:) symbol as part of the location address is invalid.  &lt;br /&gt;&lt;br /&gt;The colon is a reserved character according to RFC 1738, and instead, if you are using a colon in the rest of the URL (as opposed to it's normal place after the scheme), you should make sure it is encoded, so your example URL should look like this:&lt;br /&gt;&lt;br /&gt;http://en.wikipedia.org/wiki/Portal%3ANetherlands</description>
		<dc:creator>Seajay</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2008-02-13T05:29:13</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#68020">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#68020</link>
		<description>The URL validation is also flawed.  The following incorrectly considers the URL as invalid, due the colon in the URL. &lt;br /&gt;&lt;br /&gt;&lt;cfset testurl = 'http://en.wikipedia.org/wiki/Portal:Netherlands'&gt;&lt;br /&gt;&lt;cfoutput&gt;#testurl#&lt;/cfoutput&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfif isValid(&quot;url&quot;,testurl) &gt;&lt;br /&gt;    good url&lt;br /&gt;&lt;cfelse&gt;&lt;br /&gt;    bad url&lt;br /&gt;&lt;/cfif&gt;</description>
		<dc:creator>daamsie</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-06-06T22:48:52</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#67991">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#67991</link>
		<description>In response to Schletz's comment above...&lt;br /&gt;&lt;br /&gt;According to RFC 822, test@yahoo.com.com is a perfectly valid email address.  What makes this email address invalid is that there is no DNS record for yahoo.com.com.&lt;br /&gt;&lt;br /&gt;Coldfusion's IsValid function cannot be excpected to validate an email address based on DNS resolution or VRFY commands with the mail server.</description>
		<dc:creator>Seraphimalia</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-06-06T07:14:25</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#67692">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#67692</link>
		<description>Tested with a post-CF7 release version, but probably true with CF 7 also:&lt;br&gt;This behavior appears to be true for any result of the division of two integers.&lt;br&gt;If you replace the query loop with a simple indexed loop and divide the index by 3 you get the same results.</description>
		<dc:creator>halL</dc:creator>
		<dc:type>1 0</dc:type>
		<dc:date>2007-05-31T12:59:24</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#67687">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#67687</link>
		<description>Also in reference to integers.&lt;br /&gt;&lt;br /&gt;I noticed that when outputting through a query I was not able to use a calculated value evaluate if it was an integer or not until I used the Evaluate function as noted in the example below.&lt;br /&gt;&lt;br /&gt;This example illustrates how you might move through a 3 column, 4 row list of items.&lt;br /&gt;&lt;br /&gt;This will NOT work because the validation will always return &quot;NO&quot;...&lt;br /&gt;&lt;br /&gt;&lt;!---Start my output from a query, since I want 12 item per page I will use from and to even though this would normally be a caluculated value of some sort---&gt;&lt;br /&gt;&lt;cfoutput query=&quot;SampleQuery&quot; from=&quot;1&quot; to=&quot;12&quot;&gt;&lt;br /&gt;     &lt;!---Set the current row to use in our calculation---&gt;&lt;br /&gt;      &lt;cfparam name=&quot;ThisRow&quot; default=&quot;1&quot;&gt;&lt;br /&gt;             &lt;!---Output our data using div and float to the left for alignment---&gt;&lt;br /&gt;             &lt;div style=&quot;float:left;&quot;&gt;DISPLAY SOMETHING HERE&lt;/div&gt;&lt;br /&gt;     &lt;!---Calculate to get our number to validate---&gt;&lt;br /&gt;      &lt;cfset ThisRowCalc= SampleQuery.CurrentRow / 3&gt;&lt;br /&gt;     &lt;!---Test the number to see if it is an integer and place a breake---&gt;&lt;br /&gt;     &lt;cfif IsValid('integer', ThisRowCalc) IS &quot;YES&quot;&gt;&lt;br /&gt;             &lt;br clear=&quot;all&quot;&gt;&lt;br /&gt;     &lt;/cfif&gt;&lt;br /&gt;     &lt;!---Set our new number up one step to know which row we are on---&gt;&lt;br /&gt;     &lt;cfset ThisRow = ThisRow + 1&gt;&lt;br /&gt;&lt;/cfoutput&gt;&lt;br /&gt;&lt;br /&gt;If we use the Evaluate function around the calculated value, it will validate the integer correctly and in this case place a &lt;br&gt; every other 3 loops.&lt;br /&gt;&lt;br /&gt;This WILL WORK...&lt;br /&gt;&lt;!---Start my output from a query, since I want 12 item per page I will use from and to even though this would normally be a caluculated value of some sort---&gt;&lt;br /&gt;&lt;cfoutput query=&quot;SampleQuery&quot; from=&quot;1&quot; to=&quot;12&quot;&gt;&lt;br /&gt;     &lt;!---Set the current row to use in our calculation---&gt;&lt;br /&gt;      &lt;cfparam name=&quot;ThisRow&quot; default=&quot;1&quot;&gt;&lt;br /&gt;             &lt;!---Output our data using div and float to the left for alignment---&gt;&lt;br /&gt;             &lt;div style=&quot;float:left;&quot;&gt;DISPLAY SOMETHING HERE&lt;/div&gt;&lt;br /&gt;     &lt;!---Calculate to get our number to validate---&gt;&lt;br /&gt;      &lt;cfset ThisRowCalc= SampleQuery.CurrentRow / 3&gt;&lt;br /&gt;     &lt;!---Test the number to see if it is an integer and place a breake---&gt;&lt;br /&gt;     &lt;cfif IsValid('integer', Evaluate(ThisRowCalc)) IS &quot;YES&quot;&gt;&lt;br /&gt;             &lt;br clear=&quot;all&quot;&gt;&lt;br /&gt;     &lt;/cfif&gt;&lt;br /&gt;     &lt;!---Set our new number up one step to know which row we are on---&gt;&lt;br /&gt;     &lt;cfset ThisRow = ThisRow + 1&gt;&lt;br /&gt;&lt;/cfoutput&gt;&lt;br /&gt;&lt;br /&gt;NOTE: The only thing that changed was that I used the Evaluate function when validating to see if this row was an integer or not.</description>
		<dc:creator>Le Reve</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-05-31T11:48:57</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#64070">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#64070</link>
		<description>FYI:&lt;br /&gt;I have noticed that using isValid(&quot;email&quot;, FORM.email) incorrectly decides that &quot;test@yahoo.com.com&quot; is a valid email address. I had to do a hack to exclude these types of addresses as well.</description>
		<dc:creator>Schletz</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-03-12T23:02:10</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#62468">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#62468</link>
		<description>This invalidates valid addresses.&lt;br /&gt;&lt;br /&gt;&lt;cfset testemail = '&quot;No One&quot; &lt;noOne@NOWhere.com&gt;'&gt;&lt;br /&gt;&lt;cfoutput&gt;#testemail#&lt;/cfoutput&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;cfif isValid(&quot;email&quot;,testemail) &gt;&lt;br /&gt;good email&lt;br /&gt;&lt;cfelse&gt;&lt;br /&gt;bad email&lt;br /&gt;&lt;/cfif&gt;</description>
		<dc:creator>Paul654321</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2007-02-16T03:22:05</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#53274">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#53274</link>
		<description>All regexes are case sensitive, hence the need for a-zA-Z, because the ascii code for a is different than the ASCII code for A.&lt;br /&gt;&lt;br /&gt;So yeah, it's something to be aware of, I suppose, but it's absolutely typical behavior for any regex tool... whether CF is case-sensitive or not. :)&lt;br /&gt;&lt;br /&gt;Laterz...</description>
		<dc:creator>cf.Objective</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-09-22T13:15:32</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#50867">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#50867</link>
		<description>Another issue to be aware of with &quot;integer&quot; validation is when passing values in from an index loop. They may look like integers when you type/output them, but CF casts them as floats which will fail the isValid test.&lt;br /&gt;&lt;br /&gt;&lt;cfloop index=&quot;i&quot; from=&quot;1&quot; to=&quot;3&quot;&gt;&lt;br /&gt;	&lt;cfoutput&gt;#isValid(&quot;integer&quot;,i)#&lt;/cfoutput&gt;&lt;br /&gt;&lt;/cfloop&gt;&lt;br /&gt;&lt;br /&gt;Gives NO NO NO&lt;br /&gt;&lt;br /&gt;Against an integer  &quot;range&quot;, however they pass:&lt;br /&gt;&lt;br /&gt;&lt;cfloop index=&quot;i&quot; from=&quot;1&quot; to=&quot;3&quot;&gt;&lt;br /&gt;	&lt;cfoutput&gt;#isValid(&quot;range&quot;,i,1,3)#&lt;/cfoutput&gt;&lt;br /&gt;&lt;/cfloop&gt;&lt;br /&gt;&lt;br /&gt;Gives YES YES YES.</description>
		<dc:creator>julio5</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-07-17T04:10:31</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#49766">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#49766</link>
		<description>Note that the RegEx option is case sensitive!</description>
		<dc:creator>MDinowitz_HoF</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2006-06-15T16:04:27</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#41101">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#41101</link>
		<description>Correction: Using the round() function to validate big integers is not a good solution because the result of rounding any integer over 12 digits long is the scientific notation of that integer.&lt;br /&gt;&lt;br /&gt;For example: &lt;br /&gt;Round(9999999999999) = 1E+013&lt;br /&gt;&lt;br /&gt;Therefore your if statement would be:&lt;br /&gt;&lt;cfif 1E+013 is 9999999999999&gt;&lt;br /&gt;&lt;br /&gt;Which would incorrectly return false. &lt;br /&gt;&lt;br /&gt;The best solution may be using RegEx as follows:&lt;br /&gt;isValid(&quot;regex&quot;, &quot;9999999999999&quot;, &quot;^-{0,1}[1-9]+[\d]*&quot;)&lt;br /&gt;&lt;br /&gt;Happy validating!</description>
		<dc:creator>Baz (thinkLOOP)</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-10-20T15:26:53</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#41065">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#41065</link>
		<description>Another issue with validating INTEGERS is that they are limited to 4 bytes.  So only integers between -2,147,483,648 and 2,147,483,647 actually count as integers. Any integers that are out of this range will return FALSE with an isValid check. &lt;br /&gt;&lt;br /&gt;This is consistent with how databases like MySQL or SQLServer define INT but inconsistent with the general defintion of integers or functions such as isNumeric().&lt;br /&gt;&lt;br /&gt;If you need to validate BIGINT's in your DB it may be better to stick with good 'ol &lt;cfif  round(var) is var&gt;&lt;br /&gt;&lt;br /&gt;Examples:&lt;br /&gt;&lt;br /&gt;isValid('Integer','-2147483648') = TRUE&lt;br /&gt;isValid('Integer','2147483647') = TRUE&lt;br /&gt;isValid('Integer','-2147483649') = FALSE&lt;br /&gt;isValid('Integer','2147483648') = FALSE&lt;br /&gt;isValid('Integer','99999999999999999999999') = FALSE&lt;br /&gt;isValid('Integer','-99999999999999999999999') = FALSE&lt;br /&gt;&lt;br /&gt;BUT:&lt;br /&gt;&lt;br /&gt;isNumeric('-2147483648') = TRUE&lt;br /&gt;isNumeric('2147483647') = TRUE&lt;br /&gt;isNumeric('-2147483649') = TRUE&lt;br /&gt;isNumeric('2147483648') = TRUE&lt;br /&gt;isNumeric('99999999999999999999999') = TRUE&lt;br /&gt;isNumeric('-99999999999999999999999') = TRUE</description>
		<dc:creator>Baz (thinkLOOP)</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-10-19T15:58:59</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#39840">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#39840</link>
		<description>It appears IsValid(type, value) should read isValid(&quot;type&quot;, value)</description>
		<dc:creator>tommyviper</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-09-23T01:34:10</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#38175">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#38175</link>
		<description>The IsValid issue has been entered as bug 60818.</description>
		<dc:creator>ASandstrom</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-08-01T07:16:12</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#38142">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#38142</link>
		<description>Careful with INTEGERS - CF does not consider integers to be a subset of numbers - check this out:&lt;br /&gt;&lt;br /&gt;isValid('Integer','500,000') = TRUE &lt;br /&gt;isValid('Integer','500,0') = TRUE &lt;br /&gt;isValid('Integer','$500,000') = TRUE &lt;br /&gt;isValid('Integer','$500,000$') = TRUE &lt;br /&gt;&lt;br /&gt;BUT:&lt;br /&gt;&lt;br /&gt;isNumeric('500,000') = FALSE&lt;br /&gt;isNumeric('500,0') = FALSE&lt;br /&gt;isNumeric('$500,000') = FALSE&lt;br /&gt;isNumeric('$500,000$') = FALSE</description>
		<dc:creator>Honest Joe</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-07-30T12:45:03</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#32137">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#32137</link>
		<description>The 2-argument variant of isValid expects a type and a value. Rather than tell you that &quot;variableName&quot; isn't a data type, the error message is telling you that the variable &quot;404;http://tes.ttest&quot; is not a valid ColdFusion variable name, since it starts with a number. That's my best guess.&lt;br&gt;&lt;br&gt;In general, you will get a better and quicker answer by posting questions like this to the online forums: http://webforums.macromedia.com/coldfusion or click the Forums link on any CFMX 7 LiveDocs page.</description>
		<dc:creator>jrunrandy</dc:creator>
		<dc:type>1 1</dc:type>
		<dc:date>2005-04-22T12:42:57</dc:date>
	</item>
	<item rdf:about="http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#27759">
		<title>coldfusion/7/htmldocs/00000534.htm</title>
		<link>http://livedocs.adobe.com/coldfusion/7/htmldocs/00000534.htm#27759</link>
		<description>When the docs say the regex must be JavaScript regex, they are incorrect. You can use normal CFML regex.</description>
		<dc:creator>Jedi Master</dc:creator>
		<dc:type>0 0</dc:type>
		<dc:date>2005-02-11T09:00:53</dc:date>
	</item>
	</rdf:RDF>

