Zend Studio allows you to perform searches using a regex (regular expression).
To search using a regex:
Open the Find Dialog from the Search menu.
Select Find.
Select the option, Regex Search.
In the "Find What" field, enter the regular expression.
To display the search results in the Messages window with a tab indicating the search subject use the Find in Files option.
Use the following syntax to search and replace with Regex:
- Search: "(.*?)"
- Replace: _("$1")
|
|
|
|
|
Related Links: |
|
|
|