Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

regex to select everything in a html tag

# selects everything inside including the `pre` tag
<pre>(.*?)</pre>
 
PREVIOUS NEXT
Tagged: #regex #select #html #tag
ADD COMMENT
Topic
Name
7+8 =