Move code block (called source block) bellow or above another code block (called destination block) in every file contained in the selected folder and its subfolders. Both code block types can be targetted usign regex or providing the startOfString and endOfString like this: startOfString ... endOfString Example: If i get this code block:
And i provide these values: source block: <script ... > destination block: i want ... line. I will get this code block:
|