Guest User

Untitled

a guest
Feb 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $reg = "/(\tx0|^)key2(\v)(.+?)(\tx0)/g";
  2. $text = "key1vvalue1tx0key2vvalue2tx0key3vvalue3tx0";
  3.  
  4. $value = preg_match_all($reg, $keys);
  5.  
  6. Warning: preg_match_all(): Unknown modifier 'g' in /home/slonik/localhost/www/index.php on line 160
Add Comment
Please, Sign In to add comment