<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 '닫히지않은이미지태그' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/닫히지않은이미지태그</link>
		<description>닫히지않은이미지태그</description>
		<language>ko</language>
		<pubDate>Fri, 12 Jun 2009 22:31:02 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[정규표현식으로 닫히지 않은 img 태그 찾기]]></title>
	<link>http://lemonfish.egloos.com/4978587</link>
	<guid>http://lemonfish.egloos.com/4978587</guid>
	<description>
	<![CDATA[ 
일반적인 정규표현식에서는 심플하다.  &amp;lt;img([^&amp;gt;]+)(\s*[^\/])&amp;gt; 여기서 &quot;(&quot; , &quot;)&quot; 는 백레퍼런스를 의미하므로 치환시 사용하면 된다. &amp;lt;$1$2 /&amp;gt; 이렇게   비주얼 스튜디오에서는 정규표현식 예약어가 살짝 달라서  \&amp;lt;{img[^\&amp;gt;]+}{\b*[^/]}\&amp;gt; 이렇게 하면 된다. 여기서 &quot;{&quot;, &quot;}&quot; 는 백레퍼런스다.   	]]>
	</description>
	<pubDate>Fri, 12 Jun 2009 22:31:02 +0900</pubDate>
	<dc:creator><![CDATA[Lemonfish Angel]]></dc:creator>
</item>
	</channel>
</rss>

