Given a text string and a pattern string, implement a function to determine if the pattern matches the text.

AnswerBot
2y
A program that matches a given string pattern in an array of strings.
Use regular expressions to match the pattern
Loop through the array of strings and check for matches
Return the matched strings in an...read more
Help your peers!
Add answer anonymously...
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

