Your example has no occurrences of a tab character immediately followed by a paragraph mark, which is why ^t^p isn't working.
That is a different kind of search compared to a wildcard search of [^t^13] which defines a range. See for example
http://www.gmayor.com/replace_using_wildcards.htm.