
January 8th, 2013, 04:38 PM
|
|
Registered User
|
|
Join Date: Jan 2013
Posts: 1
Time spent in forums: 5 m 54 sec
Reputation Power: 0
|
|
|
Writting a Regex
Hi,
I have a very long text where I would like words with more than 3 caracthers to be selected. These word should be between the word "michel" and "jacques", "marc" and "jean" should not be among selected words.
See what I am trying to do
(?i)(?:\bmichel\b\\W(\w{3,}++\s?)\bjacques?\b|\bjacques?\b.*\bmichel?\b).
Help please.
Mutkas
|