Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need a python3 regex that would give true if it matches test in the following scenarios (white space before the slashes (if any) should

I need a python3 regex that would give true if it matches "test" in the following scenarios (white space before the slashes (if any) should be okay to match):

test.anyextension

/test

\test

\test.foward_or_back_slash_plusextension_is_okay

\test

test

test.whitespace_plus_someextension

you get the idea...

but avoid matching:

jtest.a

/sometest

something_before_the_slash_other_thanwhitespace\test.exentsion

Explanations would be great, Thank you!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Beginning Apache Cassandra Development

Authors: Vivek Mishra

1st Edition

1484201426, 9781484201428

Students also viewed these Databases questions

Question

Do you agree that unions stifle creativity? Why or why not?

Answered: 1 week ago

Question

6 What is the selection phase?

Answered: 1 week ago