From: Cheyne Li Date: 2008-09-23T01:58:11+09:00 Subject: how to extract something in between a pattern Hi experts, I'm not very familiar with ruby's library. I wonder if there a method can extract something in a pattern? For example, I have a string: a=aabbcc

ccddee

I wanna get the anything between

and

, which is ccddee Thanks in advance. -- Posted via http://www.ruby-forum.com/.