Jump to content

StringRegExp Help - Am I Missing Something?


Recommended Posts

$vIP = InputBox("IP Address?", "IP Address?")

$vBothunter = BinaryToString(InetRead("http://kb.bothunter.net/ipInfo/nowait.php?IP=" & $vIP))
$vBHThreatLevel = StringRegExp($vBothunter, 'Threat\h+Level\h+=\h+<b>(.*?)</b>', 3)

_ArrayDisplay($vBHThreatLevel)

I am wondering why the above does not work, Am I missing something obvious?

Thanks for any help

My Bad, Sorted now :) didnt add the + after the h

Edited by mrflibblehat

[font="'courier new', courier, monospace;"]Pastebin UDF | Prowl UDF[/font]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...