Hi Everyone.
Ok I have a problem getting the following regex to work in Java.
<script[^>]*>(.|\r|\n)+?</script>
It works fine in EditPad Pro but in Java it causes the following error
message when ran:-
'Exception in thread "main" java.lang.Stack OverflowError'
Any ideas why?
Best Regards
[color=blue][color=green][color=darkred]
>>> Andrew Dixon[/color][/color][/color]
Ok I have a problem getting the following regex to work in Java.
<script[^>]*>(.|\r|\n)+?</script>
It works fine in EditPad Pro but in Java it causes the following error
message when ran:-
'Exception in thread "main" java.lang.Stack OverflowError'
Any ideas why?
Best Regards
[color=blue][color=green][color=darkred]
>>> Andrew Dixon[/color][/color][/color]
Comment