octave-maintainers
[Top][All Lists]
Advanced

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

Re: Behavior of the matlab regexptranslate function


From: David Bateman
Subject: Re: Behavior of the matlab regexptranslate function
Date: Fri, 21 Mar 2008 21:02:48 +0100
User-agent: Thunderbird 2.0.0.12 (X11/20080306)

Ben Abbott wrote:
>
> David, 
> 
> I have a license, but have not yet installed it. 
> 
> Please post the tests, and if no one steps up, I'll install 2008a and run 
> them.
> 
> Ben
> 

Something like

regexptranslate ('wildcard', '*a?b*c?')
regexptranslate ('wildcard','?a*b?c*')
regexptranslate ('wildcard','*a? *c?')
regexptranslate ('wildcard', '?a* ?c*')
regexptranslate ('escape', '.a/b\c[d]e$f(g)')

should test most of the cases.


D.


reply via email to

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