MCQOPTIONS
Saved Bookmarks
| 1. |
Which_of_the_following_expression_is_a_correct_wildcard_pattern_if_we_want_an_expression_in_which_the_last_character_is_not_numeric? |
| A. | *[!0]               |
| B. | *[0-9]               |
| C. | [0-9]               |
| D. | *[!0-9]              |
| Answer» E. | |