Menu

[Solved]Write Method Extracttitle Takes String Input Parameter Representing Imdb Movie Information Q37291601

Write a method extractTitle that takes a string as inputparameter representing IMDB movie information (written in XMLstyle), and extracts all of the text between the tags and . Yourmethod can assume that there will be at most one movie title insidethe input string.

Example: extractTitle(“Split (2017)6375308”) returns “Split(2017)”

Expert Answer


Answer to Write a method extractTitle that takes a string as input parameter representing IMDB movie information (written in XML s… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *