• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online Degrees
  • Careers
  • Log In
  • Join for Free
    Coursera
    • Browse
    • Regular Expression

    Regular Expression (Regex) Courses Online

    Master regular expressions for pattern matching in text. Learn to use regex for searching, replacing, and parsing strings.

    Skip to search results

    Filter by

    Subject
    Required
     *

    Language
    Required
     *

    The language used throughout the course, in both instruction and assessments.

    Learning Product
    Required
     *

    Build job-relevant skills in under 2 hours with hands-on tutorials.
    Learn from top instructors with graded assignments, videos, and discussion forums.
    Learn a new tool or skill in an interactive, hands-on environment.
    Get in-depth knowledge of a subject by completing a series of courses and projects.
    Earn career credentials from industry leaders that demonstrate your expertise.

    Level
    Required
     *

    Duration
    Required
     *

    Skills
    Required
     *

    Subtitles
    Required
     *

    Educator
    Required
     *

    Explore the Regular Expression (Regex) Course Catalog

    • Status: Free Trial
      Free Trial
      S

      SkillUp EdTech

      Improvement Techniques and Control Tools

      Skills you'll gain: Lean Methodologies, Process Improvement, Quality Improvement, Lean Manufacturing, Continuous Improvement Process, Process Optimization, Six Sigma Methodology, Process Management, Quality Control, Employee Training, Waste Minimization

      Beginner · Course · 1 - 3 Months

    • P

      Packt

      Containerize Spring Boot CRUD with Docker and Docker Compose

      Skills you'll gain: Docker (Software), Containerization, Development Environment, Spring Boot, Application Deployment, DevOps, Microservices, Debugging, MongoDB, Restful API

      Beginner · Course · 1 - 3 Months

    • Status: Free
      Free
      J

      Johns Hopkins University

      Exploring Algorithmic Bias as a Policy Issue: A Teach-Out

      Skills you'll gain: Algorithms, Policy Analysis, Social Justice, Public Policies, Artificial Intelligence, Data Ethics, Diversity Equity and Inclusion Initiatives, Machine Learning, Mitigation

      Mixed · Course · 1 - 3 Months

    • G

      Google Cloud

      Using Custom Fields in Looker Explores

      Skills you'll gain: Looker (Software), Ad Hoc Analysis, Dashboard, Data Analysis, Exploratory Data Analysis, Data Literacy

      Beginner · Project · Less Than 2 Hours

    • D

      Dartmouth College

      Reflections from 40 Years Fighting International Epidemics

      Skills you'll gain: Infectious Diseases, Epidemiology, Public Health and Disease Prevention, Public Health, Emergency Response, Health Care, Health Systems, Health Policy, Medical Science and Research, Liberal Arts, Direct Patient Care, Cultural Sensitivity, Storytelling

      Beginner · Course · 1 - 3 Months

    • P

      Packt

      Computer Vision: Face Recognition Quick Starter in Python

      Skills you'll gain: Computer Vision, Image Analysis, Real Time Data, Python Programming, Programming Principles, Visualization (Computer Graphics), Algorithms, Development Environment, Deep Learning, Software Installation

      Beginner · Course · 3 - 6 Months

    • Status: New
      New
      Status: Free Trial
      Free Trial
      L

      L&T EduTech

      Concreting Practices

      Skills you'll gain: Construction Inspection, Construction, Construction Engineering, Building Codes, Structural Engineering, Environmental Engineering, Civil Engineering, Laboratory Testing, Engineering Practices, Structural Analysis, Product Testing, Manufacturing Processes

      Advanced · Course · 1 - 4 Weeks

    • Status: Free Trial
      Free Trial
      U

      University of Maryland, College Park

      Agile Process, Project, and Program Controls

      Skills you'll gain: Agile Project Management, Program Management, Sprint Retrospectives, Project Controls, Project Portfolio Management, Agile Methodology, Project Management, Sprint Planning, Performance Measurement, Project Risk Management, User Acceptance Testing (UAT), Earned Value Management, Continuous Improvement Process, Contract Management, Scalability, Return On Investment

      Intermediate · Course · 1 - 3 Months

    • Status: Free Trial
      Free Trial
      D

      Dartmouth College

      The American Renaissance and Frederick Douglass

      Skills you'll gain: Oral Expression, Storytelling, Public History, Liberal Arts, Cultural Diversity, Social Justice, Advocacy, Writing, Research, Culture

      Mixed · Course · 1 - 4 Weeks

    • Status: Free Trial
      Free Trial
      D

      Duke University

      Emphasizing Christian Formation

      Skills you'll gain: Education and Training, Adult Education, Community Outreach, Higher Education, Community Development, Compassion, Lifelong Learning, Discussion Facilitation, Growth Mindedness, Innovation

      Beginner · Course · 1 - 4 Weeks

    • Status: Free Trial
      Free Trial
      P

      Packt

      Building and Managing User Interfaces

      Skills you'll gain: Apple iOS, Swift Programming, Apple Xcode, Mobile Development, User Interface (UI), UI Components, Application Frameworks, Data Validation, Data Structures, Data Modeling, Debugging

      Beginner · Course · 1 - 4 Weeks

    • Status: New
      New
      Status: Free Trial
      Free Trial
      L

      L&T EduTech

      Machinery for Concreting

      Skills you'll gain: Equipment Design, Maintenance, Repair, and Facility Services, Product Lifecycle Management, Construction, Construction Management, Automation Engineering, Digital Transformation, Data Maintenance, Hydraulics, Control Systems, 3D Modeling

      Advanced · Course · 1 - 4 Weeks

    Regular Expression learners also search

    Advanced Language
    NLP
    ChatGPT
    Advanced Python
    Advanced Google
    BERT
    Chatbot
    Translation
    1…24252627

    In summary, here are 10 of our most popular regular expression courses

    • Improvement Techniques and Control Tools: SkillUp EdTech
    • Containerize Spring Boot CRUD with Docker and Docker Compose: Packt
    • Exploring Algorithmic Bias as a Policy Issue: A Teach-Out: Johns Hopkins University
    • Using Custom Fields in Looker Explores: Google Cloud
    • Reflections from 40 Years Fighting International Epidemics: Dartmouth College
    • Computer Vision: Face Recognition Quick Starter in Python: Packt
    • Concreting Practices: L&T EduTech
    • Agile Process, Project, and Program Controls: University of Maryland, College Park
    • The American Renaissance and Frederick Douglass: Dartmouth College
    • Emphasizing Christian Formation: Duke University

    Skills you can learn in Software Development

    Programming Language (34)
    Google (25)
    Computer Program (21)
    Software Testing (21)
    Web (19)
    Google Cloud Platform (18)
    Application Programming Interfaces (17)
    Data Structure (16)
    Problem Solving (14)
    Object-oriented Programming (13)
    Kubernetes (10)
    List & Label (10)

    Frequently Asked Questions about Regular Expression

    Regular Expression (regex) is a powerful tool used in computer programming and data processing to search, match, and manipulate text patterns. It is a sequence of characters that defines a search pattern, allowing you to perform complex search and replace operations. Regular expressions are widely used in tasks such as text parsing, input validation, data extraction, and pattern recognition. They provide a concise and flexible way to specify patterns that are to be matched against a given input string. Learning Regular Expressions can greatly enhance your programming and data manipulation skills, making it an essential skill for various fields such as web development, data analysis, and software engineering.‎

    To learn Regular Expression, you need to acquire the following skills:

    1. Understanding of Basic Syntax: Familiarize yourself with the basic syntax and components used in Regular Expression, such as meta-characters, character classes, quantifiers, and anchors.

    2. Pattern Matching: Learn the techniques for pattern matching, which involve finding specific patterns or sequences of characters within a larger text.

    3. Character Escaping: Understand how to use escaping techniques to specify the literal meaning of characters that otherwise have special meanings in Regular Expression.

    4. Metacharacters: Gain knowledge of the various metacharacters available in Regular Expression to represent sets of characters or special conditions.

    5. Quantifiers: Learn how to use quantifiers to determine the number of occurrences or repetitions of a particular pattern or character.

    6. Lookaheads and Lookbehinds: Understand the concepts of lookaheads and lookbehinds, which allow you to specify conditions that should be met before or after a particular pattern.

    7. Grouping and Capturing: Discover how to group and capture specific parts of a matched pattern using parentheses.

    8. Flags and Modifiers: Familiarize yourself with the flags and modifiers available in Regular Expression to modify the behavior of pattern matching, such as case sensitivity or global search.

    9. Regular Expression Engines: Learn about the different Regular Expression engines available in different programming languages or tools and their specific features.

    10. Practice and Experimentation: Regular Expression proficiency comes with practice and experimentation. Apply the skills you learn by practicing on real-life examples and experimenting with different patterns, text inputs, and programming languages.

    Remember to refer to reputable resources, online tutorials, or interactive courses to gain a comprehensive understanding of Regular Expression and its applications in various domains.‎

    With Regular Expression skills, you can pursue various jobs and roles in the field of technology and data analysis. Some potential job titles that require Regular Expression skills include:

    1. Software Developer/Engineer: Regular Expressions are often used in programming languages to search for and manipulate text. As a software developer/engineer, you can use Regular Expressions to extract specific patterns from strings, validate user input, or perform data parsing and manipulation.

    2. Data Analyst: Regular Expressions are essential for data cleaning and extraction. As a data analyst, you can utilize Regular Expressions to refine and extract valuable information from large datasets, streamline data cleaning processes, and identify patterns or trends.

    3. Web Developer: Regular Expressions play a crucial role in validating and formatting user input in web forms. As a web developer, you can apply Regular Expressions to ensure data entered by users meets specific patterns, such as validating email addresses or enforcing password complexity rules.

    4. Computer Security Specialist: Regular Expressions are extensively used in pattern matching and searching in security applications. As a computer security specialist, you can leverage Regular Expressions for detecting and analyzing patterns in logs and network traffic. This can help identify potential threats, vulnerabilities, or abnormal activities.

    5. Quality Assurance Engineer: Regular Expressions play a crucial role in automated testing workflows. As a quality assurance engineer, you can utilize Regular Expressions to define and verify expected output patterns during test automation, ensuring software systems meet specific requirements.

    6. Data Scientist: Regular Expressions are valuable in data preprocessing and text mining tasks. As a data scientist, you can leverage Regular Expressions to clean and preprocess textual data, extract specific information from unstructured text, or create text-based features for machine learning models.

    These are just a few examples, and Regular Expressions can be applicable to various other roles and domains requiring text manipulation and pattern matching.‎

    Regular Expressions are a powerful tool used for pattern matching and manipulating text. They are particularly beneficial for individuals who work with large amounts of data or need to perform complex search and replace operations. Therefore, people who are best suited for studying Regular Expressions include:

    1. Programmers and Software Developers: Regular Expressions are extensively used in programming languages and can greatly enhance the efficiency of coding tasks. Programmers who work with text processing, data validation, or parsing tasks can greatly benefit from studying Regular Expressions.

    2. Data Analysts and Data Scientists: Regular Expressions are valuable for data cleaning and preprocessing tasks. Data analysts and scientists who work with large datasets and need to extract specific patterns or information from text can find Regular Expressions extremely useful.

    3. Web Developers: Regular Expressions are commonly used in web development for tasks such as form validation, URL routing, and data extraction from HTML or XML documents. Web developers who want to improve their skills in handling and manipulating text-based data can benefit from studying Regular Expressions.

    4. System Administrators: Regular Expressions can be used for searching and filtering log files, performing batch operations on files, or automating tasks. System administrators who work with text-based configuration files, log analysis, or scripting can find Regular Expressions valuable in their day-to-day work.

    5. Technical Writers and Content Creators: Regular Expressions can be used to search and replace text in documents or perform advanced find and replace operations in text editors. Technical writers and content creators who need to manipulate large amounts of text or perform complex search and replace tasks can benefit from studying Regular Expressions.

    Overall, individuals who work with text-based data, perform data manipulation tasks, or need to search and extract specific patterns from text can greatly benefit from studying Regular Expressions.‎

    Some topics that are related to Regular Expression that you can study are:

    1. Introduction to Regular Expression: Learn the basics of Regular Expression, including its syntax and common patterns.

    2. Advanced Regular Expression: Dive deeper into Regular Expression by exploring more advanced concepts and techniques.

    3. Regular Expression in Programming: Discover how Regular Expression is used in various programming languages, such as Python, JavaScript, and Ruby.

    4. Regular Expression for Data Validation: Learn how Regular Expression can be used to validate and manipulate data, such as email addresses, phone numbers, and URLs.

    5. Regular Expression in Text Processing: Explore how Regular Expression can be leveraged to search, extract, and manipulate text in various applications and tools.

    6. Regular Expression for Web Scraping: Discover how Regular Expression is essential for web scraping, allowing you to extract specific data from websites efficiently.

    7. Regular Expression for Data Cleaning: Understand how Regular Expression can be used for data cleaning tasks, such as removing duplicates, formatting, or searching for patterns.

    8. Regular Expression for Natural Language Processing: Learn how Regular Expression is used in the field of Natural Language Processing to analyze and manipulate text data.

    9. Regular Expression Cheat Sheets and Reference Guides: Access comprehensive cheat sheets and reference guides to help you quickly understand and apply Regular Expression patterns.

    By studying these topics, you will gain a solid understanding of Regular Expression and its applications, enabling you to effectively use it in various domains.‎

    Online Regular Expression courses offer a convenient and flexible way to enhance your knowledge or learn new Regular Expression (regex) is a powerful tool used in computer programming and data processing to search, match, and manipulate text patterns. It is a sequence of characters that defines a search pattern, allowing you to perform complex search and replace operations. Regular expressions are widely used in tasks such as text parsing, input validation, data extraction, and pattern recognition. They provide a concise and flexible way to specify patterns that are to be matched against a given input string. Learning Regular Expressions can greatly enhance your programming and data manipulation skills, making it an essential skill for various fields such as web development, data analysis, and software engineering. skills. Choose from a wide range of Regular Expression courses offered by top universities and industry leaders tailored to various skill levels.‎

    When looking to enhance your workforce's skills in Regular Expression, it's crucial to select a course that aligns with their current abilities and learning objectives. Our Skills Dashboard is an invaluable tool for identifying skill gaps and choosing the most appropriate course for effective upskilling. For a comprehensive understanding of how our courses can benefit your employees, explore the enterprise solutions we offer. Discover more about our tailored programs at Coursera for Business here.‎

    This FAQ content has been made available for informational purposes only. Learners are advised to conduct additional research to ensure that courses and other credentials pursued meet their personal, professional, and financial goals.

    Other topics to explore

    Arts and Humanities
    338 courses
    Business
    1095 courses
    Computer Science
    668 courses
    Data Science
    425 courses
    Information Technology
    145 courses
    Health
    471 courses
    Math and Logic
    70 courses
    Personal Development
    137 courses
    Physical Science and Engineering
    413 courses
    Social Sciences
    401 courses
    Language Learning
    150 courses

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Manage Cookie Preferences
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok