What Will Be The Result When Non Greedy Repetition Is Used On #200
What will be the result when non greedy repetition is used on the pattern /a+?b/?
This multiple choice question (MCQ) is related to the book/course gs gs106 Javascript. It can also be found in gs gs106 Classes and Modules - JavaScript Pattern Matching and Regular Expressions - Quiz No.1.
What will be the result when non greedy repetition is used on the pattern /a+?b/?
Matches the letter b preceded by the fewest number of a’s possible
Matches the letter b preceded by any number of a
Matches letter a preceded by letter b, in the stack order
Matches letter a present in the string
Similar question(s) are as followings:
Online Quizzes of gs106 Javascript
Graphics and Rendering in JavaScript - Scripted Media - Quiz No.1
gs gs106 Javascript
Online Quizzes