DEV Community

ebizkorea
ebizkorea

Posted on

링크제거가 안될떄

본문에 링크를 제거하려는 목적으로 아래처럼 했는데 안되었다

$view = preg_replace('/]>(.?)<\/a>/is', '$1', $view);

함수를 만들어서 처리하였다

Top comments (0)