vaibhav3002 / sipdroid

Automatically exported from code.google.com/p/sipdroid
GNU General Public License v3.0
0 stars 0 forks source link

Search and replace does not work (3.1) #1123

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The search and replace function does not work as described in FAQ.
I took the following example from FAQ : "\+41(.*),0041\1" (without quotes)
and changed to "\+(.*),00\1" to replace the plus sign by 00.
Also tried "\+3(.*),003\1" ( the same but only works for countries where the 
country number starts with 3)
The regexes seem valid to me

Original issue reported on code.google.com by godfried...@gmail.com on 7 Aug 2013 at 5:43