The function of this online utility is to align at comma.
For example,
footer = footer.replace(/ZZZ_COMPILE_VERSION_ZZZ/g, compile_version());
footer = footer.replace(/ZZZ_TRUSTED_ZZZ/g, text_trusted());
will becomes:
footer = footer.replace(/ZZZ_COMPILE_VERSION_ZZZ/g , compile_version());
footer = footer.replace(/ZZZ_TRUSTED_ZZZ/g , text_trusted());
.
Search the entire website: