Quantcast
Channel: Active questions tagged string-manipulation - Mathematica Stack Exchange
Viewing all articles
Browse latest Browse all 195

How to use `StringJoin` in the given example?

$
0
0

Is there a way to use StringJoin to go from:

{{abc, 0000}, {def, 1111}}

To

{{abc_0000},{def_1111}}

I've been trying to use Map and MapThread with StringJoin but have failed.


Viewing all articles
Browse latest Browse all 195

Trending Articles