• 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" but not "str"

 Tags: replace  x  -str  x 
  
  • 12k
    views
    1
    score
    Recursive find replace in files using regex
    Python / files, regex, replace, search / by ccpizza (7 years ago, revision 5)
  • 6k
    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)
  • 10k
    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)
  • 8k
    views
    3
    score
    Context manager to atomically replace a file
    Python / atomic, contextmanager, file, replace / by Oren Tirosh (11 years ago, revision 3)
  • 40k
    views
    0
    score
    For Characters in a String, Replace with Character
    Python / character, replace, substitute, text / by Andrew Yurisich (12 years ago, revision 9)
  • 55k
    views
    1
    score
    lreplace() and rreplace(): Replace the beginning and ends of a strings
    Python / regex, replace, string / by Dan McDougall (13 years ago)
  • 16k
    views
    1
    score
    C# String.Replace with a char array
    Java / csharp, replace, string / by John Hurliman (13 years ago)
  • 7k
    views
    1
    score
    Improved range function
    Python / float, python, range, replace / by Sunjay Varma (13 years ago, revision 2)

View popular, latest, top-rated or most viewed

Feed of the popular recipes tagged "replace" but not "str"

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)

Related tags

  •  +  −  files (2)
  •  +  −  regex (2)
  •  +  −  string (2)
  •  +  −  ascii
  •  +  −  atomic
  •  +  −  character
  •  +  −  contextmanager
  •  +  −  csharp
  •  +  −  directory
  •  +  −  file
  •  +  −  float
  •  +  −  python
  •  +  −  python3
  •  +  −  range