$zz = '/thisb/';
$string1 = "이것은 사과입니다";
$string2 = "이것은 사과입니다";
$string3 = "thisartrapple";
if (preg_match($zz, $string3, $matches)) {
echo '일치됨, 결과:';
var_dump($matches);
} else {
echo '일치 항목 없음';
}
?>
php
이 뒤에 공백을 추가하거나 이 artrapple을 artrapplethis로 변경하세요
이 뒤에 공백을 추가하거나 이 artrapple을 artrapplethis로 변경하세요