<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Free Source Code &#187; validator</title>
	<atom:link href="http://freesrc.com/tag/validator/feed/" rel="self" type="application/rss+xml" />
	<link>http://freesrc.com</link>
	<description>java, flex, javascript, c, c++, android, j2me</description>
	<lastBuildDate>Fri, 26 Jun 2009 06:46:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>J2ME e-mail validator</title>
		<link>http://freesrc.com/java/j2me/j2me-e-mail-validator/</link>
		<comments>http://freesrc.com/java/j2me/j2me-e-mail-validator/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 11:18:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[J2ME]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[validator]]></category>

		<guid isPermaLink="false">http://freesrc.com/?p=210</guid>
		<description><![CDATA[Simple email validator in j2me.

	public static boolean validate(String email) {
        if (email == null &#124;&#124; email.length() == 0 &#124;&#124; email.indexOf("@") == -1 &#124;&#124; email.indexOf(" ") != -1) {
            return false;
        [...]]]></description>
		<wfw:commentRss>http://freesrc.com/java/j2me/j2me-e-mail-validator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		</channel></rss>