Given a 9x9 Sudoku `board` of single-character strings (digits '1'-'9' or '.' for empty), determine if the filled cells are valid: no row, no column, and no 3x3 sub-box contains a repeated digit. Only the placed digits are checked; the board need not be solvable.