View Source Credo.Code.Strings (Credo v1.7.11)

This module lets you strip strings from source code.

Summary

Functions

Replaces all characters inside string literals and string sigils with the equivalent amount of white-space.

Functions

replace_with_spaces(source_file, replacement \\ " ", interpolation_replacement \\ " ", filename \\ "nofilename", empty_line_replacement \\ "")

Replaces all characters inside string literals and string sigils with the equivalent amount of white-space.