Overview Question Mark is the optional operator in regex. This means that it optionally matches the preceding character before the question mark Eg. This will match both “abc” and “abcd”. Program Let’s…
Overview Question Mark is the optional operator in regex. This means that it optionally matches the preceding character before the question mark Eg. This will match both “abc” and “abcd”. Program Let’s…