Sign In
Sign Up
KDSCoder is your free programming learning platform — master HTML, CSS, JavaScript, React, Node.js, PHP & MySQL with step-by-step tutorials, real-world projects, developer tools, and beginner-friendly roadmaps.
Test JavaScript regular expressions with real-time highlighting and match details.
.Any character except newline\dAny digit [0-9]\wWord character [a-zA-Z0-9_]\sWhitespace character^Start of string/line$End of string/line*0 or more times+1 or more times?0 or 1 time (optional){n,m}Between n and m times[abc]Character class(abc)Capture group