Closed GoogleCodeExporter closed 9 years ago
You can do this with parentheses and $1, $2... See
https://developer.mozilla.org/en/Core_JavaScript_1.5_Guide/Working_with_Regular_
Expressions/Using_Parenthesized_Substring_Matches
For example you can do:
Input type: RegExp
Replace: http://code.google.com/u/(mometto)/
With: http://anotherwebsite.com/$1
Result: http://anotherwebsite.com/mometto
Original comment by marc.r...@gmail.com
on 22 Jun 2009 at 10:16
Yes that was exactly what I wanted! Thanks, you can close this bug then (well
not a
bug here.. :-))
Original comment by mome...@gmail.com
on 22 Jun 2009 at 2:49
Original comment by marc.r...@gmail.com
on 24 Jun 2009 at 11:15
Original issue reported on code.google.com by
mome...@gmail.com
on 21 Jun 2009 at 12:36