Guest User

Untitled

a guest
Jan 17th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. First text text text text
  2. text text text text
  3. text text text text text text
  4. text text text text text text
  5.  
  6. Second text text text text
  7. text text text text
  8. text text text text text text
  9. text text text text text text
  10.  
  11. preg_match('/First(.*)nn/', $mysqlrow, $m);
  12.  
  13. preg_match('/First(.*?)nn/s', $mysqlrow, $m);
  14.  
  15. preg_match('/First(.*?)r?nr?n/s', $mysqlrow, $m);
  16.  
  17. preg_match('/First(.*?)nn/s', $mysqlrow, $m);
Add Comment
Please, Sign In to add comment