On Wednesday 04 April 2001 11:23, you wrote:

> Is it possible through the regexp to specify that I
> only want some of the ASCII characters from the binary
> stream? Here is the perl equivalent:
>
>     /([\040-\176\s]{3,})/g
>
> I want only those words that are minimum 3 characters
> and I want the characters to match the ASCII numbers
> from 40 to 176.

Why do you ask if you already have the solution?

man preg_match

-- 
Christian Reiniger
LGDC Webmaster (http://sunsite.dk/lgdc/)

The use of COBOL cripples the mind; its teaching should, therefore,
be regarded as a criminal offence.

- Edsger W. Dijkstra

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to