Skip to Search
Skip to Navigation
Skip to Content
Community
|
Code
|
Docs
|
Downloads
▼
Perl
Python
Tcl
Komodo IDE
|
more
▼
Lists
Support
PPM Index
PyPM Index
Welcome, guest
|
Sign In
|
My Account
|
Store
|
Cart
ActiveState Code
»
Recipes
Languages
Tags
Authors
Sets
Popular recipes tagged "replace"
Tags:
replace
x
12
k
views
1
score
Recursive find replace in files using regex
Python
/
files
,
regex
,
replace
,
search
/
by
ccpizza
(8 years ago, revision 5)
6
k
views
1
score
generates a set of binary files by doing ASCII replacements on a master binary file, controlled by a csv file
Python
/
ascii
,
files
,
python3
,
replace
/
by
Antoni Gual
(8 years ago)
10
k
views
2
score
Recursive find and replace in all files in directory with regex
Python
/
directory
,
recursion
,
regular_expressions
,
replace
/
by
ccpizza
(11 years ago)
8
k
views
3
score
Context manager to atomically replace a file
Python
/
atomic
,
contextmanager
,
file
,
replace
/
by
Oren Tirosh
(11 years ago, revision 3)
41
k
views
0
score
For Characters in a String, Replace with Character
Python
/
character
,
replace
,
substitute
,
text
/
by
Andrew Yurisich
(12 years ago, revision 9)
55
k
views
1
score
lreplace() and rreplace(): Replace the beginning and ends of a strings
Python
/
regex
,
replace
,
string
/
by
Dan McDougall
(13 years ago)
16
k
views
1
score
C# String.Replace with a char array
Java
/
csharp
,
replace
,
string
/
by
John Hurliman
(13 years ago)
7
k
views
1
score
Improved range function
Python
/
float
,
python
,
range
,
replace
/
by
Sunjay Varma
(13 years ago, revision 2)
8
k
views
-1
score
REAL case insensitive string replace
Python
/
case
,
case_insensitive
,
replace
,
str
/
by
Jonas Haag
(15 years ago, revision 2)
View
popular
,
latest
,
top-rated
or
most viewed
Feed of the popular recipes tagged "replace"
Top-rated recipes
Context manager to atomically repl…
(Python)
Recursive find and replace in all …
(Python)
Recursive find replace in files us…
(Python)
generates a set of binary files by…
(Python)
C# String.Replace with a char array
(Java)
Improved range function
(Python)
lreplace() and rreplace(): Replace…
(Python)
For Characters in a String, Replac…
(Python)
REAL case insensitive string repla…
(Python)
Related tags
+
−
files
(2)
+
−
regex
(2)
+
−
string
(2)
+
−
ascii
+
−
atomic
+
−
case
+
−
case_insensitive
+
−
character
+
−
contextmanager
+
−
csharp
+
−
directory
+
−
file
+
−
float
+
−
python
+
−
python3
+
−
range
+
−
recursion
+
−
regular_expressions
+
−
search
+
−
str
x
Undo