in reply to Strip tabs from multi-line string
or$actionData =~ tr/\t//d;
Since you aren't dealing with . or anchors, the m and s modifiers for s/// are not necessary.$actionData =~ s/\t//g;
jeffa
L-LL-L--L-LL-L--L-LL-L-- -R--R-RR-R--R-RR-R--R-RR B--B--B--B--B--B--B--B-- H---H---H---H---H---H--- (the triplet paradiddle with high-hat)
|
|---|