mIRC Home    About    Download    Register    News    Help

Print Thread
#92923 05/08/04 10:55 PM
Joined: Jul 2004
Posts: 9
G
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Jul 2004
Posts: 9
this didin't work
$+(.*,(%nom),.*)

$+(.*,%nom,.*) work but i need () for get expression

how put () with $+ ?

thx



Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
If you mean you wanted to match something like (1), then you could use:

var %text = (1), %expression = $+(\(,%nom,\))
echo -a $regex(%text,$+(/,%expression,/))


New username: hixxy
Joined: Dec 2002
Posts: 2,962
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 2,962
$+(.*,$chr(40),%nom,$chr(41),.*)

$chr(40) is (
$chr(41) is )


Spelling mistakes, grammatical errors, and stupid comments are intentional.
Joined: Jul 2004
Posts: 9
G
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
G
Joined: Jul 2004
Posts: 9
$chr nice thx


Link Copied to Clipboard