← Pointer Manipulation

Micro-Drill #12 — Check alphanumeric

Pointer Manipulation Target: 5s

Character classification is needed for parsing, validation, and the valid-palindrome problem.

c.isalnum()

Type it from memory. Go.

Practice Problems

← Micro #11 Micro #13 →