regex invalid quantifier error.
Maybe someone can help with this error. I am using Adobe Dreamweaver 19.2.1.
I receive the following error when executing my find and replace string and selecting replace all. Regular expression syntax error: invalid quantifier.
Code I am searching <table cellspacing=0 border=0 cellpadding=2 width=312>
Search string =(?<!")\b(\d+)\b(?!")
Replace string ="$1"
I do not recieve the error if I simply select replace. Adobe makes the appropriate changes with no error. The error only occurs if I click replace all.
Thanks
