Test Your Knowledge
What JavaScript method can you use to send a form for validation prior to submitting it?
What JavaScript method is used to match a string against a regular expression?
Write a regular expression to match any characters that are nonword characters, as defined by regular expression syntax.
Write a regular expression to match either of the words “fox” or “fix.”
Write a regular expression to match any single word followed by any nonword character.
Using regular expressions, write a JavaScript function to test whether the word “fox” exists in the string “The quick brown fox”.
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.”
What HTML keyword is used to precomplete form fields with a value?
See Chapter 16 Answers in Appendix A for the answers to these questions.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access