Posts by Joao Paulo Fechine Sette • 11 points
2 posts
-
1
votes1
answer46
viewsA: Change part of Pattern or regex javascript dynamically
For registration. I was able to solve as follows: I left Pattern as string I created a variable with a new Pattern for dynamic replace I executed a string replace by passing the dynamic value in val…
-
-1
votes1
answer46
viewsQ: Change part of Pattern or regex javascript dynamically
I am making an ajax request that will return me an "X" page. My goal is to cut the page and manipulate the outerHTML to return only the <tr> which correspond to a specific Pattern/regex. var…