Python Which of the following creates a pattern object? re.compile(str) re.regex(str) re.create(str) re.assemble(str) re.compile(str) re.regex(str) re.create(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP
Current Affairs - July 2020 Plasma donation campaign has been organised in which Indian state/UT ? New Delhi Madhya Pradesh Kerala Maharashtra New Delhi Madhya Pradesh Kerala Maharashtra ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? matches a pattern at the start of the string none of the mentioned such a function does not exist matches a pattern at any position in the string matches a pattern at the start of the string none of the mentioned such a function does not exist matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ caret (^) newline percentage symbol (%) ampersand (&) caret (^) newline percentage symbol (%) ampersand (&) ANSWER DOWNLOAD EXAMIANS APP