fbpx

Back To The Course

Module 1: OOPS Concept

Module 2: Conditional and Loop statements

Module 3: Array

Module 4: String

Module 5 : Programming on String

Module 7: Exceptional handling

Module 8: Collection

Module 9: Asynchronised Collection

  • ConcurrentHashMap, ConcurrentLinkedQueue, and ConcurrentSkipListSet

Module 10: Java 8 Concepts

  • Lambda expressions
  • Stream API
  • Date and time API

Module 11: Interview Practice based on Programming Question

Module 12: Selenium Architecture

Module 13: Different types of Locator

Module 14: Xpath and CSS deep dive

Module 15: Selenium inbuilt methods

Module 16: Selenium Advanced

Module 17: Coding with Selenium

Module 18: Building a project with Selenium and Java

Module 19: Basic Concepts of TestNG

Module 20: Basic Concepts of Cucumber

Module 21: Basics of Maven

Module 22: Basics of Git

Module 23: Basics of Jenkins

Module 24: Overview of Postman

Module 25: CRUD Operations

Module 26: Configuring Requests

Module 27: Testing Response

Module 28: Schema Validation

Module 29: Path and Query Parameters

Module 30: Collections in Postman

Module 31: Different Types of Variables

Module 32: Scripting in Postman

Module 33: Newman and Jenkins Integration

In this lesson, students will learn about regular expressions . Students will learn specifically:

Introduction to regular expressions: Students will study the basics of regular expressions, including what they are and how and why they are utilised in programming.

Regular expression syntax: The fundamental syntax utilised in regular expressions, including characters, special characters, and meta-characters, will be taught to the students.

Pattern matching:Matching patterns in strings, such as email addresses, URLs, or phone numbers: Students will learn how to utilise regular expressions to match patterns in strings.

Capturing groups: The ability to capture groupings of characters inside a string that adhere to a particular pattern will be taught to students.

Replacing text:Students will learn how to replace text within a string using regular expressions.

Splitting strings:  Students will learn how to divide a string into an array of substrings using regular expressions.

Validating user input:Students will learn how to validate user input using regular expressions, such example by determining whether an email address is formatted correctly.

Students will have a solid understanding of regular expressions in programming by the end of this session. They will be able to match patterns, capture groups, replace text, split strings, and validate user input using regular expressions.