Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $path = "L:\Lease Doc's\Track Lease Agreements\00770\/";
  2. $that = preg_match('/[\\][0-9]{1,}[\\]/', $path, $matches);
  3. print_r($matches);
  4.  
  5. PHP Warning: preg_match(): Compilation failed: missing terminating ] for character class at offset 15 in F:\jobs\DirecetoryCheck.php on line 21
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement