Hi,
Sorry to write in English. But, the easiest way is using a regular expression. If you know the starting tag, specify this followed by any minimum length character string, signaled by a dot, plus, question mark ( .+? ) , followed by your particle tag.
You can also use the regular "one or...