Skip to content

Opening book details…

About this document

Validate String with Regex Pattern by Mishkat Alam is a document available to read on EtoBox.

This document discusses checking if a string is accepted or rejected by a regular expression. It presents the objective to check a string using the regular expression (a|b)*abb. The methodology describes taking input, looping through the string, and checking if characters and subsequences match the pattern. The code implements this by iterating through the string, checking for

Author
Mishkat Alam
Language
EN