Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Zoo Roster Part (I can paste the whole thing in plain text if necessary, please let me know): Library (again, I can provide it in

image text in transcribed

Zoo Roster Part (I can paste the whole thing in plain text if necessary, please let me know):

image text in transcribed

Library (again, I can provide it in plain text if necessary, please let me know):

image text in transcribed

Goal Start using regular expressions and online regex tools Output Complete the following tasks and submit it to the correlating assignment submissions folder. Supply screenshots to support your answers Procedure Use Rubular and/or Regex Tester to test your expression. Some solution is provided for the reference, but it's recommended to complete the task before checking it. Tasks 1. Select all valid (complete) records from the zoo roster 2. Select all records of elephants from the zoo roster. 3. Select all records of armadillos younger than 30 from the zoo roster. 4. Select all valid (complete) records from the book catalog. A complete record contains the following fields (in order): ISBN Title, Edition, Author(s), Page count, Price, Year, Condition, Stock quantity 5. Select all Security books edition 3 and beyond published after 2008 6. Write a single regular expression that matches phone numbers in all of the following formats: +1-563-555-1234 (563) 555-1234 (563) 555 1234 563-555-1234 563 555 1234 but does not match phones in these formats: 5635551234 5 6 35551 2 34 555-1234 (563)5551234 7. Solve a Medium puzzle at https://regexcrossword.com/ 8. Solve another Medium puzzle at https:I/regexcrossword.com/ 9. Solve a Big puzzle at https:/regexcrossword.com/ 10. Solve another Big puzzle at https://regexcrossword.coml Solutions ? ld+5+jw+((.lsNw+)*5+ld+ls+1w+((.lsNw+)*5+ld+5 Goal Start using regular expressions and online regex tools Output Complete the following tasks and submit it to the correlating assignment submissions folder. Supply screenshots to support your answers Procedure Use Rubular and/or Regex Tester to test your expression. Some solution is provided for the reference, but it's recommended to complete the task before checking it. Tasks 1. Select all valid (complete) records from the zoo roster 2. Select all records of elephants from the zoo roster. 3. Select all records of armadillos younger than 30 from the zoo roster. 4. Select all valid (complete) records from the book catalog. A complete record contains the following fields (in order): ISBN Title, Edition, Author(s), Page count, Price, Year, Condition, Stock quantity 5. Select all Security books edition 3 and beyond published after 2008 6. Write a single regular expression that matches phone numbers in all of the following formats: +1-563-555-1234 (563) 555-1234 (563) 555 1234 563-555-1234 563 555 1234 but does not match phones in these formats: 5635551234 5 6 35551 2 34 555-1234 (563)5551234 7. Solve a Medium puzzle at https://regexcrossword.com/ 8. Solve another Medium puzzle at https:I/regexcrossword.com/ 9. Solve a Big puzzle at https:/regexcrossword.com/ 10. Solve another Big puzzle at https://regexcrossword.coml Solutions ? ld+5+jw+((.lsNw+)*5+ld+ls+1w+((.lsNw+)*5+ld+5

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

Students also viewed these Databases questions

Question

Explain in detail how the Mughal Empire was established in India

Answered: 1 week ago

Question

Problem: Evaluate the integral: I - -[ze dx

Answered: 1 week ago

Question

Problem: Evaluate the integral: I = 1- 1 dx 9

Answered: 1 week ago