Re: serach and replace number
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: serach and replace number

From: nicolas <sl1200mk2@gmail.com>
Date: Thu Jul 28 2005 - 12:47:20 CEST

hi
the filter is done with - sign

in words :
1)look for number with - sign
2)remove all number equal to those with the - sign
3) remove number with - sign

if i have
+1 +2 +6 +200 +4 +9 +73 -6 -73
the result should be
1 2 200 4 9
Received on Thu Sep 29 14:27:43 2005