반응형
$title = preg_replace_callback("/" . preg_quote($search, '/') . "/i", function($data) use ($search) {
return (strcasecmp($data[0], $search) == 0) ?
'<span style="color:red">' . $data[0] . '</span>' : $data[0];
}, $rows[title]);
반응형
'skill > Etc' 카테고리의 다른 글
[javascript] 목록 검색 글자 색 다르게 표기 (0) | 2024.06.03 |
---|---|
공동 작업 시, npm install, npm audit fix --force 오류 (0) | 2023.03.30 |
MAC .jmx 실행 및 요약보고서 Error 확인 방법 - jmeter (성능테스트) (0) | 2023.03.30 |
Gradle sync failed: No matching variant of org.springframework.boot:spring-boot-gradle-plugin:3.0.2 was found Error (0) | 2023.01.30 |
mac host 변경 및 확인 (0) | 2020.09.11 |