anilmuthineni / foxreplace

Automatically exported from code.google.com/p/foxreplace
0 stars 0 forks source link

A very useful regular expression that I think FoxReplace doesn't have yet #133

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi, I'd like to ask if FoxReplace have any regular expression that could work 
like this:  
If I'd want to replace "car" to "auto", I'd use a reg-ex to make it precise, 
for which if somewhere there is the word "caar", FoxReplace could recognize the 
regular expression after the "a" of the car, e.g. "ca*r". Like it's on 
LibreOffice, that putting a "*" after a letter, any word with any number of 
only that character would be found.  Of course I used the "*" character only as 
an example.

Is there any reg-ex like that? Or could it be added?

Thanks in advance.

Original issue reported on code.google.com by brunolop...@gmail.com on 27 Feb 2014 at 4:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Oops! Never mind, it already exists. I found it in one of Mozilla developer 
guides, explaining about regular expressions.  Sorry...

Original comment by brunolop...@gmail.com on 27 Feb 2014 at 5:49

GoogleCodeExporter commented 9 years ago
Ok, you found the answer, I'm closing the issue then.

Original comment by marc.r...@gmail.com on 27 Feb 2014 at 10:44