Skip to content

ThirteeNov

My personal blog about coding and internet

Menu
  • About me
  • About Zofia Kreasi
  • Cart
  • Checkout
  • Making an airplane game from scratch in Unity
  • My account
  • Privacy Policy
  • Privacy Policy – zkLeaderboard
  • Sample Page
  • Shop
  • Tutorials on Learning JavaScript
  • ZKAccounts – Privacy Policy
Menu

Another example for find and replace using regex in Notepad++

Posted on March 23, 2018August 4, 2020 by Habibie

In case we have a long text contains a group of numbers followed by dot like 435. blabla, 4546. blablabla, 343432. a text... and we have it so much in a file in a single line text. Then we want to separate them like this:

435. blabla,
4546. blablabla,
343432. a text...

We can not do it manually, it will consume a long time to accomplish it. Thanks to Regular Expressions. In Notepad++ we can do that task easily.

In this case, we open Notepad++, open Find and Replace window, activate Regular expressions mode, type ([0-9]+\.) in Find field then \n\1 in Replace with field. Now we hit Replace All button. Viola! It’s done.

Watch this video to see how do I demonstrate it:

Post Views: 352
ciihuy2020

Welcome!

  • My YouTube Channel
  • My GitHub Page
  • About me

Categories

  • 3DVista
  • Android
  • Apache
  • C#
  • Cordova
  • Electron & Node JS
  • HTML5, CSS & JavaScript
  • iOS
  • Let's Make Unity Games
  • Misc
  • Photoshop
  • PHP
  • Python
  • Uncategorized
  • Unity
  • WordPress

Recent Posts

  • Hover Reveal script for Unity to show and hide object on mouse hover
  • How to Prevent UI Clicks in Unity from “Bleeding Through” to 3D Objects Behind Them
  • Make objects like wires and cables easily in Unity using Ciihuy Curved Mesh
  • [SOLVED] Can’t Add Custom Domain to Blogger After Losing CNAME Verification
  • iOS App Icon Generator by CiihuyCom
© 2026 ThirteeNov | Powered by Superbs Personal Blog theme