P
perspolis
I used a regular expression and I want to find any sentences between "<script" and "</script?"
and the pattern I used it's here
String regstr=@"(<script((?!</script>)(\w|\W))+</script>)";
but it dosen't sometimes work...pls help me??
and the pattern I used it's here
String regstr=@"(<script((?!</script>)(\w|\W))+</script>)";
but it dosen't sometimes work...pls help me??