try see compare understand learn JavaScript Regular Expressions

Concepts

Recipes

Exercises

  • Exercise - Lookahead, Lookbehind, Lookaround
    • Question - Match the coefficients
    • Question - Match based on the presence of words.
    • Question - Find and match the positive and negative numbers?
  • Exercise - I
    • Question - Odd and even numbers in a single list / column of numbers
    • Question - Odd and even numbers in rows of numbers
    • Question - Consecutive duplicate words in a sentence.