Syntax: Regex in Shen. • ID: #193 Code const re = /[a-z]+/i; console.log(re.test("DrSchool18")); Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →