
October 21st, 2012, 09:35 AM
|
|
Registered User
|
|
Join Date: Oct 2012
Posts: 4
Time spent in forums: 43 m 31 sec
Reputation Power: 0
|
|
|
Other - Need regex code for dreamweaver
Can anyone help? Need regex code for dreamweaver to make the curly bracket on the end of this line, drop to new line.
From:
// str_replace("needle", "replace text", haystack); {
To:
// str_replace("needle", "replace text", haystack);
{
Want it to affect any line starting with // and ending in ; {
Thanks!!
Max
|