Answer the following statements true (T) or false (F)
1) The Regex and Match classes are in the System.Text namespace.
2) You can use classes Regex and Match to find patterns in a string.
3) Characters consist of only the capital and lowercase letters.
4) A string is a composition of characters used as one object.
1) F
2) T
3) F
4) T
You might also like to view...
A cell style is a collection of ________
A) fonts B) format settings C) themes D) colors
When an image is displayed in the browser, how is its size determined?
A) It will be displayed at its original size unless different height and width attributes are specified. B) It will be displayed at a size that is relational to how much space is available in the current browser window. C) It will be displayed according to the mandatory height and width attributes. D) It will be displayed at 50% its original size unless other height and width attributes are specified.