4 entries for "
preg_replace" as
partial match | search took 0.145 seconds
string handling | string replace | 4 matches
line 32: // Remove tags using preg_replace, PHP...
line 37: $replaced_string = preg_replace('[<.*?.>]', $replacement, $source_string);...
line 42: // preg_replace can be used with arrays as well...
line 46: echo preg_replace($patterns, $replacements, $string);...
string handling | autolink | 1 match
line 9: $txt = preg_replace( '/(http|ftp)+(s)?:(\/\/)((\w|\.)+)(\/)?(\S+)?/i', '<a href="\0">\4</a>', $txt );...
html and code | convert html | 1 match
line 40: $text = preg_replace($search, $replace, $document);...
databases | mySQL to excel | 1 match
line 140: $schema_insert = preg_replace("/\r\n|\n\r|\n|\r/", " ", $schema_insert);...
© 2008
phparadise |
go to the top16 hits by 10 users in the last 30 minutes.