regexpBuilder

regexpBuilder is GUI that aims to simplify the creation of regexps in Matlab.

Scarica
Scarica

Al momento, stai seguendo questo contributo

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 .

Riconoscimenti

Ispirato da: RegexpHelper

Ispirato: Interactive Regular Expression Tool

Informazioni generali

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.

Scarica
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.

Scarica
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.

Scarica
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.

Scarica
1.5.0

Fixed bug introduced in previous version with dot matches newline option. Now changed to dot except newline.

Scarica
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.

Scarica
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.

Scarica
1.2.0

Updated some error handling with the regexp command. Added demo and updated description and help to reflect that.

Scarica
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.

Scarica
1.0.0

Scarica