A have a little problem with parsing HTML into string. I have a big string and I need delete characters between "script" tag. Something like this :
<script...>Some text here</script>
So I need to delete "Some text here". I think it would be great to use NSRegularExpression. Can anybody help me ? Thanks a lot.