Skip to content

Instantly share code, notes, and snippets.

@marcolopezs
Created June 1, 2024 01:44
Show Gist options
  • Select an option

  • Save marcolopezs/b02927302bc8f88dd9949074ec707083 to your computer and use it in GitHub Desktop.

Select an option

Save marcolopezs/b02927302bc8f88dd9949074ec707083 to your computer and use it in GitHub Desktop.
Busqueda con expresiones regulares para Metronic
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