Skip to content

Instantly share code, notes, and snippets.

@HongKilDong
Created November 7, 2013 11:36
Show Gist options
  • Save HongKilDong/7353242 to your computer and use it in GitHub Desktop.
Save HongKilDong/7353242 to your computer and use it in GitHub Desktop.
<?php
$matches = array();
preg_match("/\w{1}:(\\[\w .]+)*:(\d+)/", "-> function_exists('shell_exec') D:\cygwin\home\admin\work\symfony\lib\command\sfFormatter.class.php:28", $matches);
echo $matches[0];
@HongKilDong
Copy link
Author

This should match windows path name with suffixed line number: D:\cygwin\home\admin\work\symfony\lib\command\sfFormatter.class.php:28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment