Please explain function of [\w.]+

 Accepted Answer

Thorsten
Thorsten on 20 Feb 2013
\w a word character [a-z_A-Z0-9] followed by any character (the .) matched one or more times ( +).

More Answers (0)

Categories

Tags

Asked:

on 20 Feb 2013

Community Treasure Hunt

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

Start Hunting!