What additional functionality does an extended regular expression have?

What will be an ideal response?


Additional functionality found in extended regular expressions include finding one or more
occurrences of the preceding character (+), finding zero or one occurrences of the preceding
character (?), the ability to specify more than a single character for a character group by enclosing
the group in parentheses and then following it by “?”, “+”, or “*”, and a logical OR (|) between
two regular expressions.

Computer Science & Information Technology

You might also like to view...

Which of the following describes a JavaScript property?

a. anything you can click on b. anything that describes something you can click on c. anything something you can click on can do d. any HTML tag pair

Computer Science & Information Technology

A JavaScript statement that makes a decision is_________

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

?You should design _______________ for the needs of the content rather than those of the device.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

____________________ is used to trick visitors to open a site with false links so they find a site that is different from what they expected.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology