Behavior of the matlab regexptranslate function

David Bateman adb014 at gmail.com
Fri Mar 21 15:02:48 CDT 2008


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.


More information about the Octave-maintainers mailing list