Reputation: 189
100.
101.
102.
guys this is my text and i want to change like this:
<tag>100.</tag>
<tag>101.</tag>
<tag>102.</tag>
My RegEx is:
[0-9][0-9][0-9]\.
Replace with:
<tag>\1</tag>
But it does not work :( I could not see the numbers and dot sign.
Thanks in advance
Upvotes: 1
Views: 132