in reply to Re^4: Strange behaviour of tr function in case the set1 is supplied by a variable
in thread Strange behaviour of tr function in case the set1 is supplied by a variable
tr[aeiouy][yuoiea]
obviously incorrect
tr/[aeiouy]/[yuoiea]/
that will work fine as long as strings are of equal length.
|
---|