About 46,100 results
Open links in new tab
  1. Regular expressions - JavaScript | MDN - MDN Web Docs

    Jul 21, 2025 · This chapter describes JavaScript regular expressions. It provides a brief overview of each syntax element. For a detailed explanation of each one's semantics, read the regular …

  2. JavaScript RegExp Patterns - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  3. regex101: build, test, and debug regex

    Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET, Rust.

  4. RegExr: Learn, Build, & Test RegEx

    Menu RegExr is an online tool to learn, build, & test Regular Expressions (RegEx / RegExp). Supports JavaScript & PHP/PCRE RegEx. Results update in real-time as you type. Roll over a match or …

  5. JavaScript RegExp (Regular Expression) - GeeksforGeeks

    Aug 11, 2025 · This is the most common and simple way to create a regular expression in JavaScript. It’s especially useful when the pattern is static (doesn’t change dynamically).

  6. JavaScript Regular Expressions

    Summary: in this tutorial, you’ll learn about JavaScript regular expressions. After the tutorial, you’ll know how to use regular expressions effectively to search and replace strings.

  7. Regular expressions - The Modern JavaScript Tutorial

    Regular expressions Regular expressions is a powerful way of doing search and replace in strings.

  8. Javascript Regular Expressions

    Regular expressions are patterns used to match character combinations in strings. In JavaScript, regular expressions are also objects. These patterns are used with the exec () and test () methods of …

  9. Regular Expressions (RegEx) in JavaScript – A Handbook for Beginners

    Feb 27, 2024 · This comprehensive guide will walk you through the fundamentals of regular expressions in JavaScript, including how to create and use them, their special characters, flags, and practical …

  10. JavaScript Regular Expressions Cheat Sheet - DevSheets

    Complete guide to regular expressions in JavaScript with patterns, methods, and practical examples