3.144.187.103 |    

Navigation

Google Advertisement

Diese Funktion ist ein Clone der gleichnamigen Funktion in PHP. Sie ersetzt einen Suchausdruck mit ein definieren Teilstring im definieren String.

str_replace
  1. def str_replace( old, new, S ):
  2.     """str_replace --- Return a copy of string S with all 
  3.     occurrences of substring old replaced by new.
  4.  
  5.     (string) string str_replace( (string) old, (string) new, (string) S )"""
  6.     return S.replace( old, new )
Parsed in 0.002 seconds at 150.23 KB/s

Search
 
Full text search by name and content of a snippet.

User online
There are 3 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)