• 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 "float"

 Tags: replace  x  -float  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,