O.P. MSN Bot. Recieve can see? but responds to can see without the?
Original thread: Need help with Regular Expression with MSN bots
I'm trying to get this msn anwering machine to respond to ip addresses.
Is there a way to make it answer to ip addresses?
I tried [0-9]*.[0-9]*.[0-9]*.[0-9]*
But a dot in RegExp means anything. and the above also means any number. I need a way to make that . not in RegExp like in C++ to use the normal backslash. just \\
Any Help would be appreciated. Thanks in advance.
EDIT: Don't want to create a new thread, so just edit existing one.
This post was edited on 06-27-2007 at 12:06 PM by Death4ngel.
|