instrrev/strrevfind
Sin licencia
From the string end (ie right-hand-side) finds position of the kth character matching the specified pattern.
Syntax: INSTRREV (string, pattern, [right_match_count])
Returns:
- matching position if found match
- 0 otherwise
Returns first matching position if no right_match_count specified.
NB: function name inspired from VBS. Could be renamed "strrevfind.m" to fit Matlab nomenclature. Let me know what you think.
Citar como
Tseviet Tchen (2025). instrrev/strrevfind (https://www.mathworks.com/matlabcentral/fileexchange/14012-instrrev-strrevfind), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
Etiquetas
Agradecimientos
Inspiración para: Manchester
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.0.0.0 |