tester: Regex: [^mehr_als_ein_chr]

Beitrag lesen

so, habs mir mal durchgelesen.
ABER leider funktioniert es nicht, so, wei es sollte !!!

is ein etwas längerer  string, bis zu dem der platzhalter reichen sollte...
<td colspan="7" height="15" nowrap="nowrap"><spacer type="block" height="1" width="1">

hab das schon alles vergeblich versucht:

(?<=(<td colspan="7" height="15" nowrap="nowrap"><spacer type="block" height="1" width="1">))

(?<=<td colspan="7" height="15" nowrap="nowrap"><spacer type="block" height="1" width="1">)

(?<=(<td colspan="7" height="15" nowrap="nowrap"><spacer type="block" height="1" width="1">)*?)

(?>=(<td colspan="7" height="15" nowrap="nowrap"><spacer type="block" height="1" width="1">))

(?>=<td colspan="7" height="15" nowrap="nowrap"><spacer type="block" height="1" width="1">)

(?>=(<td colspan="7" height="15" nowrap="nowrap"><spacer type="block" height="1" width="1">)*?)