<?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>이글루스 'regular-expression' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/regular-expression</link>
		<description>regular-expression</description>
		<language>ko</language>
		<pubDate>Thu, 13 Jan 2011 14:44:19 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[CedarLogic File Rename Utility 가 파일을 없애기만하고 리네임을 안 하더라]]></title>
	<link>http://dewr.egloos.com/5466522</link>
	<guid>http://dewr.egloos.com/5466522</guid>
	<description>
	<![CDATA[ 
정규표현식을 이용해서 파일이름들을 변경하는 프로그램이 있길래 써봤다. (CedarLogic File Rename Utility)  파일을 없애기만하고 리네임을 안 하더라...  나바쁘다고 !!! 야근야근열매는 더이상 먹기 싫다고.. 유_유    삭제하려고 했는데 제어판에서 안 보이길래 설치폴더에 가봤다. (있었는데 못 봄)  리네임된 파일들이 요기잉네? 설치폴더에 있었다. ( C:\Program Files\CedarLogic\CedarLogic File Rename Utility )    hybrid.pe.kr 님이 추천했던 프로그램 name-twister 써야지.. (근데 이거 한글자 한글자 입력할때마다 엄청 느리니까 다른데에 썼다가 복사붙여넣기 해야겠다 ㄱ-)	]]>
	</description>
	<pubDate>Thu, 13 Jan 2011 14:44:19 +0900</pubDate>
	<dc:creator><![CDATA[A stupid man's diary]]></dc:creator>
</item>
<item>
	<title><![CDATA[Regular Expression CaseStudy.1]]></title>
	<link>http://handmade.egloos.com/5082781</link>
	<guid>http://handmade.egloos.com/5082781</guid>
	<description>
	<![CDATA[ 
LXR linux-bk/drivers/usb/class/cdc-acm.c             Search Prefs     1/*     2 * cdc-acm.c     3 *     4 * Copyright (c) 1999 Armin Fuerst           5 * Copyright (c) 1999 Pavel Machek           6 * Copyright (c) 1999 Johannes Erdfelt       7 * Copyright (c) 2000 Vojtech Pavlik         8 * Copyright (c) 2004 Oliver Neukum          9 *    10 * USB Abstract Control Model driver for USB modems and I	]]>
	</description>
	<pubDate>Mon, 28 Sep 2009 22:22:38 +0900</pubDate>
	<dc:creator><![CDATA[^@#%&amp;amp;$]]></dc:creator>
</item>
<item>
	<title><![CDATA[정규표현식 - 매칭 범위를 최소한으로 잡아보자]]></title>
	<link>http://ani2life.egloos.com/3880463</link>
	<guid>http://ani2life.egloos.com/3880463</guid>
	<description>
	<![CDATA[ 
[ 상황1 ]  문자열: &quot;#aaa# xxx&quot;    위와 같은 문자열이 있고 #으로 시작해서 #으로 끝나는 문자열을 추출하고 싶을 경우 아래와 같이 할 수 있습니다.    표현식: /#.+#/  매칭결과: &quot;#aaa#&quot;        [ 상황2 ]  문자열: &quot;#aaa# #bbb# xxx&quot;    이번에는 위와 같은 문자열 입니다.  원하는 결과는 &quot;#aaa#&quot;, &quot;#bbb#&quot; 입니다.    그런데 상황1의 표현식을 쓰면 아래와 같은 결과가 나오게 됩니다.    표현식: /#.+#/  매칭결과: &quot;#aaa# #bbb#&quot;        [ 상황2의 이유 ]  정규표현식에서 +, *, ? 들은 욕심쟁이 입니다.  그래서 가능한 최대 범위로 매칭합니다.    최대 범위 매칭을 풀이하자면 상황2에서 경우의 수를 따져보면	]]>
	</description>
	<pubDate>Wed, 27 Aug 2008 11:38:35 +0900</pubDate>
	<dc:creator><![CDATA[A2공간 - 도움되는 글을 쓰자]]></dc:creator>
</item>
<item>
	<title><![CDATA[Regula-Expressions.info]]></title>
	<link>http://programmer.egloos.com/497468</link>
	<guid>http://programmer.egloos.com/497468</guid>
	<description>
	<![CDATA[ 
URL :	]]>
	</description>
	<pubDate>Fri, 03 Aug 2007 09:31:03 +0900</pubDate>
	<dc:creator><![CDATA[beborn();(while(!sleep(0)){eat();excrete();}die();]]></dc:creator>
</item>
	</channel>
</rss>

