0

I am working on web-project with several languages: each HTML text inside a tag must be wrapped inside a <?php echo _("..."); ?> so :

<div>My text</div> transforms into <div><?php echo _("My text"); ?></div>

The fact is I want to track the huge amount of these occurrences of text in order to transform it into texts wrapped by a 'php echo'?. Does it exist a regex to track these occurrences?

nhahtdh
  • 55,989
  • 15
  • 126
  • 162
user1611830
  • 4,749
  • 10
  • 52
  • 89

0 Answers0