Thread
:
A bug with the regex ?
View Single Post
03-08-2019, 04:50 PM
#
4
RbnJrg
Wizard
Posts: 1,849
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
This worked for me:
Find:
Code:
<a(.*?)>([^\s]+)
Replace:
Code:
<a id="\2">\2
RbnJrg
View Public Profile
Find More Posts by RbnJrg
Track Posts by RbnJrg via RSS