You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
regen/embed.pl: Use tr///, /[]/ to save operations
I, and previous authors had forgotten that tr returns a count of
matching characters, so can tell you if more than one character in the
input string matches; as well as if none do.
This also uses a character class to save an operation.
Spotted by Tony Cook
0 commit comments