Question:

Whats the PHP function...?

by  |  earlier

0 LIKES UnLike

To replace text in a string with a different text? Like I want to make a word filter to replace cuss words with different words.

 Tags:

   Report

3 ANSWERS


  1. str_replace


  2. You're probably thinking of substr() or str_replace()

  3. mixed str_replace ( mixed $search , mixed $replace , mixed $subject [, int &$count ] )

    string ereg_replace ( string $pattern , string $replacement , string $string )

    mixed preg_replace ( mixed $pattern , mixed $replacement , mixed $subject [, int $limit [, int &$count ]] )

Question Stats

Latest activity: earlier.
This question has 3 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.