Please login to start chat

ICT Solutions 2019-01-27 11:43:27
Category : php tutorials

Matching in php

<?php
$string = 'Hi How are you?. I am Thet Naing Win. Nice to meet you!';
$find = '/000/';
if (preg_match($find, $string)){
  echo 'Match Found!';
}else{
  echo 'Match Not Found!';
}
?>

Comments:

No comment to show.

Available Services
Download Android Application