How could I achieve this?
If a word's length is less than 3, replace those values with "blank.
| Words | Len | Expected OutPut |
|---|---|---|
| TN27E8375 | 9 | TN27E8375 |
| - | 1 | |
| DP - 2073698 | 12 | DP - 2073698 |
| 0 | ||
| New | 3 | New |
| *5 | 2 |
How could I achieve this?
If a word's length is less than 3, replace those values with "blank.
| Words | Len | Expected OutPut |
|---|---|---|
| TN27E8375 | 9 | TN27E8375 |
| - | 1 | |
| DP - 2073698 | 12 | DP - 2073698 |
| 0 | ||
| New | 3 | New |
| *5 | 2 |