
Mutate non-empty string literals to the empty string
string_empty.RdReplaces any non-empty string literal in the source code with "".
The empty string itself is not mutated (use string_fill() for that).
Value
A Mutator object.

string_empty.RdReplaces any non-empty string literal in the source code with "".
The empty string itself is not mutated (use string_fill() for that).
A Mutator object.