We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
I used this. What is happening that it is not able to read input as 90 lines but as 9 lines only. I copied the Tc to a txt file. There also it is taking 9 line.
String regex = "(<([a-zA-Z0-9\s]|[~!@#$%^&*()+={}\"-\.,?_])+>)(\w|\s|\d|[~!@#$%^&*()-+={}\"\.,?])+(<\/([a-zA-Z0-9\s]|[~!@#$%^&*()+={}`\"-\.,?_])+>)";
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Tag Content Extractor
You are viewing a single comment's thread. Return to all comments →
I used this. What is happening that it is not able to read input as 90 lines but as 9 lines only. I copied the Tc to a txt file. There also it is taking 9 line. String regex = "(<([a-zA-Z0-9\s]|[~!@#
$%^&*()+={}
\"-\.,?_])+>)(\w|\s|\d|[~!@#$%^&*()-+={}\"
\.,?])+(<\/([a-zA-Z0-9\s]|[~!@#$%^&*()+={}`\"-\.,?_])+>)";