D
D
damarkuzz2021-02-18 15:22:25
Regular Expressions
damarkuzz, 2021-02-18 15:22:25

How to add a space after every third character in Notepad++?

How to add space after every 3rd character in Notepad++ using regular expression?

For example, to get 00000000out000 000 00

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
pashted, 2021-02-18
@damarkuzz

find: (\S{3})
replace: $1// there is a space at the end

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question