Use Regular Expressions to Find Repeated Patterns

InstructorJoe Maddalone

Share this video with your friends

Send Tweet

Regular Expression Quantifiers allow us to identify a repeating sequence of characters of minimum and maximum lengths. In this lesson we'll use Regular Expression Quantifiers to match repeated patterns, common Quantifier patterns, and using shorthand for those common Quantifier patterns.