Posts related to tag: remove


How to delete Local and Remote Git Branch

In this article, you will learn the basics about how to remove local and remote branches in Git. To delete […] Continue reading »

How to remove vertical line from editor pane in IntelliJ IDEA

In IntelliJ IDEA, you might notice there is an annoying vertical line appearing in the code editor pane. P.S. Tested […] Continue reading »

Remove All Special Character from String in Java

In Java, to remove all special character form a given string, we can use the replaceAll(String regex, String replacement) method […] Continue reading »

How to delete duplicate rows in Excel

This tutorial will help you to remove all the duplicated data/rows from the Excel sheet. Follow the below steps: Step […] Continue reading »