octave-maintainers
[Top][All Lists]
Advanced

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

regexp test cases


From: Rik
Subject: regexp test cases
Date: Wed, 26 Oct 2011 16:14:15 -0700

10/26/11

All,

I'm trying to fix bugs #34101 and #33258 and I'd like to know how Matlab
behaves on a corner case of a null search pattern.  Can someone test these
two code snippets.

Test case #1
[s, e] = regexp ('abc', '\s*')

Test case #2
regexprep ('abc', '\s*', 'X')

--Rik


reply via email to

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