Hi, all I have attached a patch that enables you to use lookaround assertion in regexp with following syntax: * Positive lookahead assertion \(?=...\) * Negative lookahead assertion \(?!...\) * Positive lookbehind assertion \(?<=...\) * Negative lookbehind assertion \(?