Match each item with a statement below:
A. Special character that defines pattern matching rules in a regular expression
B. Separates alternate sets of substrings in a regular expression
C. Converts a JSON string value to an object
D. Removes the last element from the end of an array
E. ?Adds one or more elements to the end of an array
F. A standardized set of characters from many of the world's languages
G. Compares strings according to the particular sort order of a language or country
H. Text contained within double or single quotation marks
I. Metacharacter that specifies the quantity of a match
J. ?Combines array elements into a string
A. metacharacter
B. ?|
C. ?parse()
D. ?pop()
E. ?push()
F. Unicode
G. localeCompare() method
H. string
I. quantifier
J. ?join()
You might also like to view...
Which of the following for-loop headers results in equivalent numbers of iterations:
``` A. for (int q = 1; q <= 100; q++) B. for (int q = 100; q >= 0; q--) C. for (int q = 99; q > 0; q -= 9) D. for (int q = 990; q > 0; q -= 90) ``` a. A and B. b. C and D. c. A and B have equivalent iterations and C and D have equivalent iterations. d. None of the loops have equivalent iterations.
The ____ constraint schedules the Finish date of the task on or after the date that you specify.
A. Finish No Later Than B. As Soon As Possible C. As Late As Possible D. Finish No Earlier Than
A checkbox is created in Expression Web by adding an Input (Checkbox) form ____ to the form element.
A. control B. action C. direction D. behavior
On which operating system are filenames case sensitive?
A. Windows Server 2012 B. Vista C. UNIX D. Windows XP