regexpBuilder
regexpBuilder is GUI that aims to simplify the creation of regexps in Matlab.
Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Nota dell'editore: This file was selected as MATLAB Central Pick of the Week
Cita come
Michael Ryan (2026). regexpBuilder (https://it.mathworks.com/matlabcentral/fileexchange/41899-regexpbuilder), MATLAB Central File Exchange. Recuperato .
Informazioni generali
- Versione (251 KB)
Compatibilità della release di MATLAB
- Compatibile con R2020a e release successive
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 2.0.0 | Complete rewrite/update for R2020a and later using App Designer. Some GUI elements have changed, but the basic functionality should still be present. |
||
| 1.11.0 | Reduced startup time, improved visuals by using JIDE components. (Thanks undocumentedmatlab.com!). Issue with resizing figure window, so that is currently disabled. Also, this has been tested on 2015a. Let me know about issues. |
||
| 1.10.0 | The R2014b graphics update introduced a few bugs. I've included the latest(3/23/2015) version of Yair Altman's findjobj.m as well as done some reordering of the ui components. Let me know if there are any further issues. |
||
| 1.9.0 | Updated to include the suggestions from the POTW article: Results boxes are no longer editable, added text import from files and URLs, UI placement tweaks. |
||
| 1.5.0 | Fixed bug introduced in previous version with dot matches newline option. Now changed to dot except newline. |
||
| 1.4.0 | Revised and added additional print command options. Now only prints the non-default options, unless specified otherwise, along with only the selected outputs. Updated help. |
||
| 1.3.0 | Added version compliance -> No empty match in ver<R2011a, no split in ver<R2007b, no ignore case, multiline, or freespacing in v<R2006a. |
||
| 1.2.0 | Updated some error handling with the regexp command. Added demo and updated description and help to reflect that. |
||
| 1.1.0 | Greatly improved the as-you-type parsing. I was doing something very stupid (with the setCaretPos stuff). It is now fixed: I no longer use setCaretPos, and Ctrl-A works correctly. |
||
| 1.0.0 |