|
From: <Woe...@on...> - 2004-10-16 09:45:08
|
Hi,
I know that I can use * but are there any other patterns (i.e. [a-z],=20
{a,b})?=20
I want to suppress calloc(), malloc() and realloc() and I don't want to=20
use *alloc, {c,m,re}alloc would be fine.
Cheers,
Andr=E9
|
|
From: Nicholas N. <nj...@ca...> - 2004-10-16 12:00:10
|
On Sat, 16 Oct 2004, [iso-8859-15] Andr=E9 W=F6bbeking wrote:
> I know that I can use * but are there any other patterns (i.e. [a-z],
> {a,b})?
I think you can use '?' to match any single character, but nothing beyond=
=20
that.
N |