Skip to content

Instantly share code, notes, and snippets.

@lthurston
Created December 22, 2010 18:49
Show Gist options
  • Save lthurston/751907 to your computer and use it in GitHub Desktop.
Save lthurston/751907 to your computer and use it in GitHub Desktop.
// This is a multiline regex so you can feed it a multi line string
if(preg_match('/^.*\$typo_db_username[^\']+\'([^\']+)\'.*$/m',$test,$matches)) {
$username = $matches[1];
}
// Love, Lulu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment