Sorry I don't even know how to write the subject of my question. And thus don't know how to search possible existing solutions. But here is the case:
I've many html files in a folder and they contain the pattern:
<a href="../ch[V1]/[V2].html">
where [V1] and [V2] varies among the files:
<a href="../ch01/01-03.html">
.....
<a href="../ch12/8.html">
.....
I want to change them into the pattern:
<a href="[V1]_[V2].html">
Thus
<a href="../ch01/01-03.html"> becomes
<a href="01_01-03.html"> and <a href="../ch12/8.html"> becomes
<a href="12_8.html"> .....
Is there a way to make such changes by a single replace with UE32?
Thanks a lot
[email protected]
I've many html files in a folder and they contain the pattern:
<a href="../ch[V1]/[V2].html">
where [V1] and [V2] varies among the files:
<a href="../ch01/01-03.html">
.....
<a href="../ch12/8.html">
.....
I want to change them into the pattern:
<a href="[V1]_[V2].html">
Thus
<a href="../ch01/01-03.html"> becomes
<a href="01_01-03.html"> and <a href="../ch12/8.html"> becomes
<a href="12_8.html"> .....
Is there a way to make such changes by a single replace with UE32?
Thanks a lot
[email protected]