From: Ryan Holmes on 6 Aug 2010 04:58 Hi all, I know this is an old post, but was trying to do something similar and came up with this: ((?=.*snow\s*tire.*)|^.*tire.*$) Does that meet the required need? If it's full line matches you're looking for, I think it should do the trick. -- Posted via http://www.ruby-forum.com/.
|
Pages: 1 Prev: lt operator on class object, checking a class' superclasses Next: Parse a Date From a String |