MCQOPTIONS
Saved Bookmarks
| 1. |
________ matches the start of the string. ________ matches the end of the string. |
| A. | ‘^’, ‘$’ |
| B. | ‘$’, ‘^’ |
| C. | ‘$’, ‘?’ |
| D. | ‘?’, ‘^’ |
| Answer» B. ‘$’, ‘^’ | |