Vous suivez désormais cette soumission
- Les mises à jour seront visibles dans votre flux de contenu suivi
- Selon vos préférences en matière de communication il est possible que vous receviez des e-mails
After a year of using cellfun to search for strings matching a regular expression, I developed this function. While it is easy to do in a single line of code, the line looks long and messy, so it is much cleaner and easier to read/understand when using this function. This is useful when you simply care whether the pattern exists in each string, not where it is nor what the actual found match is.
Syntax:
TF = regexpcmp(str,expr)
TF = regexpcmp(str,expr,'ignorecase')
str must be a string or cell array of strings
expr must be a valid regular expression
'ignorecase' option ignores the case of the regular expression
TF is a logical array which is true when a match is found, false otherwise
Citation pour cette source
Jason Kaeding (2026). regexpcmp (strcmp meets regexp) (https://fr.mathworks.com/matlabcentral/fileexchange/28279-regexpcmp-strcmp-meets-regexp), MATLAB Central File Exchange. Extrait(e) le .
Informations générales
- Version 1.0.0.0 (1,48 ko)
Compatibilité avec les versions de MATLAB
- Compatible avec toutes les versions
Plateformes compatibles
- Windows
- macOS
- Linux
| Version | Publié le | Notes de version | Action |
|---|---|---|---|
| 1.0.0.0 |
