regexp_outkeys

Version 2.0.0 (9.06 KB) by Rik
Regexp with outkeys in old releases

3 Downloads

Updated 22 Oct 2022

From GitHub

View License on GitHub

View regexp_outkeys on File Exchange

This function extends the regexp function for old Matlab releases.
On older versions of Matlab the regexp function did not allow you to specify the output keys. This function has an implementation of the split, match, and tokens output keys, so they can be used on any version of Matlab or GNU Octave.

Note that the builtin regexp function is still used, so any limitation and bugs still apply. As an example; the lookaround assertions ((?<=test)expr etc) were introduced in v7 (R14).

Licence: CC by-nc-sa 4.0

Cite As

Rik (2023). regexp_outkeys (https://github.com/thrynae/regexp_outkeys/releases/tag/v2.0.0), GitHub. Retrieved .

MATLAB Release Compatibility
Created with R2021b
Compatible with R13SP1 and later releases
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
2.0.0

See release notes for this release on GitHub: https://github.com/thrynae/regexp_outkeys/releases/tag/v2.0.0

1.1.0

See release notes for this release on GitHub: https://github.com/thrynae/regexp_outkeys/releases/tag/v1.1.0

1.0.1

See release notes for this release on GitHub: https://github.com/thrynae/regexp_outkeys/releases/tag/1.0.1

1.0.0

To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.