Effacer les filtres
Effacer les filtres

Test suite for regular expressions

8 vues (au cours des 30 derniers jours)
Zoltán Csáti
Zoltán Csáti le 27 Nov 2016
Commenté : per isakson le 30 Avr 2017
Where could I find a test package for regular expressions in MATLAB? There are many in different languages, but the MATLAB syntax for regular expressions is a bit different.
Thanks
  1 commentaire
per isakson
per isakson le 30 Avr 2017
AFAIK: there isn't any in the open.

Connectez-vous pour commenter.

Réponse acceptée

Stephen Carter
Stephen Carter le 28 Avr 2017
Are you looking for documentation on how to use regular expressions in MATLAB or are you wondering how you can write matlab tests that involve regular expressions?
The documentation for regular expressions can be found at:
To test using regular expressions see:
and
  1 commentaire
Zoltán Csáti
Zoltán Csáti le 29 Avr 2017
Thank you for the links. The second and the third links are closer to what I expected, but I was thinking in a collection, see the accepted answer here: http://stackoverflow.com/questions/15819919/where-can-i-find-unit-tests-for-regular-expressions-in-multiple-languages (or a direct link for Python: https://hg.python.org/cpython/file/178075fbff3a/Lib/test/re_tests.py ) Since regular expressions are a bit different in all languages, that's why I wondered if there exists a test suit like the ones I linked in MATLAB.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Logical dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by