Categories
How to get content in line between tags in Go?
I have parsed html code. I need to get from it only what is between <title></title> and use regexp Compile at the same time. Thanks in advance
<title></title>
Answer the question
In order to leave comments, you need to log in
!<title>(.*?)<\/title>!
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question