Created
June 1, 2024 01:44
-
-
Save marcolopezs/b02927302bc8f88dd9949074ec707083 to your computer and use it in GitHub Desktop.
Busqueda con expresiones regulares para Metronic
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Buscar: <!--layout-partial:([\w\/\-_]+)\.html--> | |
| Reemplazar por: @include('base.$1') | |
| # CAMBIAR EL / POR . | |
| Buscar: (@include\('[^']+?)\/([^']+'\)) | |
| Reemplazar por: $1.$2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment