Notepad++ Replace regex match for same text plus appending character

You are very near to the answer! What you missed is a capturing group.

Use this regex in “Find what” section:

([0-9]{5})

In “Replace with”, use this:

\10

The ( and ) represent a capturing group. This essentially means that you capture your number, and then replace it with the same followed by a zero.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)