View Source Credo.Code.Strings (Credo v1.6.3)
This module lets you strip strings from source code.
Link to this section Summary
Functions
Replaces all characters inside string literals and string sigils with the equivalent amount of white-space.
Link to this section Functions
Link to this function
replace_with_spaces( source_file, replacement \\ " ", interpolation_replacement \\ " ", filename \\ "nofilename" )
View SourceReplaces all characters inside string literals and string sigils with the equivalent amount of white-space.