The question is simple, but I can’t find the answer. I can’t figure out how to parse data with regular Perl expressions like this:
start ..... load... starting... .... start ..... load... starting... .... There is a start keyword to bind the start of the search, but there is no ending. There is only a duplicate data structure, starting always the same. My attempts to write a parser lead to the fact that at least the last structure disappears (does not get into the parsing):
(start\s).+?(\1) (?:(start\s)).*?(?1) I can't write a regular season that will find structures start ..... load ... starting ... .... Ps off topic, but interesting too. [^a] excludes the symbol "a", and is it possible to exclude the phrase "no"?
/start\s/and get an array of text structures - Mikenocan be deleted(?!no)- Mike