evkoh / regex-finder
Build and Find with complex regex in any project
0.0.3
2018-05-15 16:55 UTC
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: 2026-03-06 08:50:27 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"