Skip to content

Instantly share code, notes, and snippets.

@patoui
Created January 9, 2018 21:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save patoui/fd45f29101b0ca3ea22b536cd44617c9 to your computer and use it in GitHub Desktop.
Useful Regex
Find/Replace strip Laravel config for value only
FIND: ^.*=> '(.*)',
REPLACE: $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment