in reply to Re^2: Detecting 'binary' in a variable
in thread Detecting 'binary' in a variable
ne/^[\x00-\xA5]/
/[^\x00-\xA5]/
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Detecting 'binary' in a variable
by dbwiz (Curate) on Jul 05, 2005 at 18:31 UTC | |
by Transient (Hermit) on Jul 05, 2005 at 18:36 UTC |