travisbrown
Technical User
- Dec 31, 2001
- 1,016
Learning as I go....
What's the regex pattern to find all instances of something like this: test1224269150994="271"
<td test1224269150994="271">
<tr test1224269150994="271" test1224269150994="281">
I'm trying test.*> but it selects the last > in the document, not the next instance after the start of the pattern.
I'm just trying to replace them with empty strings.
Thanks
What's the regex pattern to find all instances of something like this: test1224269150994="271"
<td test1224269150994="271">
<tr test1224269150994="271" test1224269150994="281">
I'm trying test.*> but it selects the last > in the document, not the next instance after the start of the pattern.
I'm just trying to replace them with empty strings.
Thanks