grep -rhosP "(?<=l10n\(\')([\w\.]+)(?=\'\))" src/
-rrecursive in nested folders and files-hdon't show file names-oprint only matches-ssilent errors-Pactivate advanced perl regex(?<=l10n\(\')must start withl10n('but don't include in match
