Quote:
Originally Posted by Leonatus
Could you, please, still explain to me the signification of "\1"?
I already read, but don't actually remember the meaning of "blockquote".
Thanks in advance!
|
\1 is the first captured item in a REGEX replacement
"The Moon is Blue not very often"
Code:
Search: The (.+) is (.+) (not)
Replace: The Sun is Red, \2 is \3 the color of the \1