www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/1996/12/02/12:21:16

Date: Mon, 2 Dec 1996 19:09:23 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: Artur Zaroda <zaroda AT ghost DOT mimuw DOT edu DOT pl>
cc: djgpp AT delorie DOT com
Subject: Re: RHIDE: Testing beta 6
In-Reply-To: <Pine.ULT.3.93.961202080248.5457A-100000@ghost.mimuw.edu.pl>
Message-ID: <Pine.SUN.3.91.961202190338.2200C-100000@is>
MIME-Version: 1.0

On Mon, 2 Dec 1996, Artur Zaroda wrote:

> 2. In "Debug/List of functions" one cannot use regular expression "*" to
>    get the list of all functions (empty expression "" and expression "?*"
>    both work fine).

"*" is not a valid regular expression.  RHIDE uses GNU regex library, 
with which you must use fully-qualified regular expressions.  Use ".*" 
instead of "*" (`.' means "any character" and `*' means "repeated zero or 
more times") and you will get what you want.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019