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

pkg:composer/evkoh/regex-finder

0.0.3 2018-05-15 16:55 UTC

This package is not auto-updated.

Last update: 2025-10-17 06:51:48 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"