Hi , i must insert a line at start and end of every folder’s files .
i found this code :
search
(?s)(.*)
Replace by:
ANYTHING \r\n\1
but if i try this i have no match found …
Hi , i must insert a line at start and end of every folder’s files .
i found this code :
search
(?s)(.*)
Replace by:
ANYTHING \r\n\1
but if i try this i have no match found …