in reply to Re: bitwise string operator question
in thread bitwise string operator question

Where "a" is used, it means any letter, upper or lower case (like you usually use x in algebra). The first three are correct, but the fourth is only true for lowercase letters - for upper case letters the result of anding with space is null rather than space.
  • Comment on Re: Re: bitwise string operator question