Here is the regexp: /<\?nib.+\?>/im
I'm testing it on a file like this:
<html>
<head>
<title>OPEN LARK</title>
</head>
<body>
<h1>THIS IS A HEADER
<?nib
asdf
?>
</h1>
</body>
</html>
I am getting no matches. How can I fix this?