evkoh / regex-finder
Build and Find with complex regex in any project
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.0
- ext-iconv: *
- symfony/console: ^4.0
- symfony/finder: ^4.0
- symfony/flex: ^1.0
- symfony/framework-bundle: ^4.0
- symfony/lts: ^4@dev
- symfony/yaml: ^4.0
Requires (Dev)
- symfony/dotenv: ^4.0
Conflicts
This package is not auto-updated.
Last update: 2025-03-21 04:24:51 UTC
README
Build and Find with complex regex in any project
Translate Examples
These examples works with https://github.com/willdurand/BazingaJsTranslationBundle
Simple finder (in tag translate)
php bin/console app:finder "translate" "$HOME/projects/example"
Translate contains concat (js/twig)
php bin/console app:finder "translateConcat" "$HOME/projects/example"
Begin with... (in tag translate)
php bin/console app:finder "translate" "$HOME/projects/example" "begin" ""
End with... (in tag translate)
php bin/console app:finder "translate" "$HOME/projects/example" "" "end"
Begin and end with... (in tag translate)
php bin/console app:finder "translate" "$HOME/projects/example" "begin" "end"