Home > Mobile >  Combine multiple lines with Regex in Notepad
Combine multiple lines with Regex in Notepad

Time:07-12

I have this text:

phoneNumber: "090-1234567"
specialisms: ["Hotel", "House", "Space", "Room", "Street", "Office", "Car",…]
0: "Hotel"
1: "House"
2: "Space"
3: "Room"
4: "Street"
5: "Office"
6: "Car"
7: "Construction"
8: "Monument"
9: "Building"
10: "Rental"
11: "Stores"
website:enter image description here

Screenshot (after):

enter image description here

  • Related