You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
avoid regex for tag content footgun (#89)
using regex to try to select the content fo the table was leading to runaway catastprohic backtracking.
the simple solution is to just do string substring selection and insertion on the start and end tag