28293031323334
if (ch == '+') return true; else if (ch == '-') return false; else throw new BadCharException(UICaption.dialog_exception_strand_bad_char); }