Test Your Knowledge: Questions

Question 17-1

What JavaScript method can you use to send a form for validation prior to submitting it?

Question 17-2

What JavaScript method is used to match a string against a regular expression?

Question 17-3

Write a regular expression to match any characters that are not in a word, as defined by regular expression syntax.

Question 17-4

Write a regular expression to match either of the words fox or fix.

Question 17-5

Write a regular expression to match any single word followed by any nonword character.

Question 17-6

Using regular expressions, write a JavaScript function to test whether the word fox exists in the string “The quick brown fox”.

Question 17-7

Using regular expressions, write a PHP function to replace all occurrences of the word the in “The cow jumps over the moon” with the word my.

Question 17-8

What HTML keyword is used to precomplete form fields with a value?

See the section Chapter 17 Answers in Appendix A for the answers to these questions.

Get Learning PHP, MySQL, and JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.