How do you know that the substring is not found in the text?
want to find not completely downloaded a web page, you need to determine that the tag </body>
is not present in the text
important! without using PHP or other languages, only a regular expression
2 answers
podstakanniks === NOT(postrequesteventargs)
Find more questions by tags Regular expressions
(?!.*</body>)
Negative lookahead https://www.php.net/manual/ru/regexp.reference.ass... - Felton commented on April 19th 20 at 12:21