0 votes
in Python Packages and Data Access by
retagged by
Which of the following identifier is used to identify whitespace around words in regular expressions?

Select the correct option from below:

a) \w

b) \b

c) \D

d) \s

e) \S

1 Answer

0 votes
by
a) \w identifier is used to identify whitespace around words in regular expressions

Related questions

0 votes
asked Apr 6, 2022 in Python Packages and Data Access by sharadyadav1986
0 votes
asked Apr 6, 2022 in Python Packages and Data Access by sharadyadav1986
...