web unit6

web unit6

University

9 Qs

quiz-placeholder

Similar activities

Matematyka

Matematyka

4th Grade - University

10 Qs

Khuếch đại công suất lớp B nguồn đôi

Khuếch đại công suất lớp B nguồn đôi

University

8 Qs

Geologic Time [Periods] ICS (2023/09)

Geologic Time [Periods] ICS (2023/09)

University

12 Qs

math/ very easy rob

math/ very easy rob

KG - University

11 Qs

Ruler Quiz - multiple choice comparisons

Ruler Quiz - multiple choice comparisons

12th Grade - University

14 Qs

Knowledge Test Redmi Note9/ Pro Max

Knowledge Test Redmi Note9/ Pro Max

University

10 Qs

Time Management and Procrastination Survey

Time Management and Procrastination Survey

11th Grade - University

12 Qs

Aset Tetap Level Two

Aset Tetap Level Two

University

10 Qs

web unit6

web unit6

Assessment

Quiz

Other

University

Medium

Created by

Sini Saneesh

Used 6+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In regular expression \W indicates___________
[^a-zA-Z0-9_]
[a-zA-Z0-9_]
[a-z]
[0-9]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In regular expression \d indicates___________
[0-9]
{0-9}
(0-9)
"0-9"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In regular expression \D indicates___________
[^0-9]
[0-9]
{0-9}
(0-9)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The object of regulas expression is_________
regexp
regexp()
regExp()
exp()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In regular expression \w indicates___________
[a-zA-Z0-9_]
(a-zA-Z0-9)
{\t\r\n\fv\}
(\t\r\n\f\v}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In regular expression \S indicates___________
[^\t\r\n\f\v]
(a-zA-Z0-9)
{\t\r\n\fv\}
[^0-9]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In regular expression character classes can be enclosed with the help of _________
[]
{0-9}
/string/
[^0-9]

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ______RegExp method that executes a search for a match in a string
test
exec
search
match

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ____RegExp method that tests for a match in a string
test
search
match
exec