octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #34101] regexp 'match' problem with empty stri


From: Mikael
Subject: [Octave-bug-tracker] [bug #34101] regexp 'match' problem with empty string
Date: Tue, 23 Aug 2011 07:21:55 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.20) Gecko/20110803 Firefox/3.6.20 ( .NET CLR 3.5.30729)

URL:
  <http://savannah.gnu.org/bugs/?34101>

                 Summary: regexp 'match' problem with empty string
                 Project: GNU Octave
            Submitted by: mandolin
            Submitted on: Tue 23 Aug 2011 07:21:54 AM GMT
                Category: Libraries
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Performance
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Hello.

I have read of some similar errors in "bug #33258: regexprep with empty
replacement gives an error (not sure what cases)". It gives the same error
message anyway "internal error calling pcre_exec; error code from pcre_exec is
-24" 

I'm not sure that if there is the same problem or a different one. In that
case I'm sorry for spaming.

the code used is 

string = 'this is a textstring with / to test to find it.';
stcomp = ['' '|' '/'];
regexp(string,stcomp,'match');

//Mandolin






    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34101>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]