**Problem Statement:**
Given the required input arguments, write an efficient algorithm to solve the **Multiply Strings** problem. Implement the required logic as specified by standard definitions for this classic algorithmic challenge.
**Hint / Expected Approach:**
Position-mapped digit multiplication
**Edge Cases to Consider:**
- (1) One operand "0"
- (2) Both single digits
- (3) Very long strings