MCQOPTIONS
Saved Bookmarks
| 1. |
In Regex, s stands for? |
| A. | Returns a match where the string DOES NOT contain digits |
| B. | Returns a match where the string DOES NOT contain a white space character |
| C. | Returns a match where the string contains a white space character |
| D. | Returns a match if the specified characters are at the end of the string |
| Answer» D. Returns a match if the specified characters are at the end of the string | |