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

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

[Octave-bug-tracker] [bug #54592] regexprep gets confused when parenthes


From: Rik
Subject: [Octave-bug-tracker] [bug #54592] regexprep gets confused when parentheses should be processed
Date: Fri, 31 Aug 2018 18:03:03 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Follow-up Comment #8, bug #54592 (project octave):

I asked for the opening parenthesis test in the first batch of regexprep tests
and the results are that it works without error.


regexprep ('tes)t', '(', '')
ans =
    'tes)t'


Someone should perform the open bracket '[' test, but it seems likely that it
too will pass.

If it is escaping unmatched meta-characters, does it recognize escapes?


regexprep ('tes)t', '())', '#')
regexprep ('tes)t', '(\))', '#')




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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