string-based-digit-check-idiom

Status: IN

Zero-digit detection uses `'0' not in str(x)` rather than arithmetic modulo operations, a string-conversion idiom that appears across digit-manipulation problems in the repo.

Source: entries/2026/06/06/convert-integer-to-the-sum-of-two-no-zero-integers-solution.md

Depended on by

JSON