Re: regex

2003-01-17 Thread Nicholas Clark
On Fri, Jan 17, 2003 at 03:38:39AM -0500, Dong Lou wrote: > Does anyone know how to use regular expression to tell the number of > consecutive \'s in a string or if the number of consecutive \'s is odd > or even. The literal answer to your questions is "yes" and "yes". Probably several people subs

regex

2003-01-17 Thread Dong Lou
Does anyone know how to use regular expression to tell the number of consecutive \'s in a string or if the number of consecutive \'s is odd or even. thanks, Dong

perl keyword

2003-01-17 Thread Dong Lou
Hi, Everyone: Just wondering if there is an easy way to find out all the string in a perl program. Since perl has more than 10 types of strings, it's a bit of work if I go from scratch. Anyone has any suggestions? thanks, Dong