Hi everybody,
I'm new to mailing lists, so please forgive me if this is not the correct way to ask. I've tried to find a group or forum about regular expressions, but could not find anything satisfactory. Anyway, I'd like to know if it is possible to perform a match without capturing everything with regular expressions. For instance: I'd like to have a regular expression which matches "sometext" but which only returns sometext (thus without the quotes). Can anybody shed some light on this? Thanks, Joey