How to replace new lines and spances in notepad++ using regex? -


i'm trying use regular expression in notepad++ make sql log more readable changing following output:

    208797                                                                       marie-christine                                                  05-jul-17                                                                             208799                                                                       nicole saba 06-jul-17                                                                             208801                                                                       henri hour                                                              06-jul-17             

to this:

208797 marie-christine 05-jul-17 208799 nicole saba 06-jul-17                                                                        208801 henri hour 06-jul-17 

i able replace space, don't know how replace rest.

thank's help.

you make in 2 shots :


notepade++ eample :

step 1

step one

step 2

step two


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -