string
-
Core Java

Replace Single Quote with \’ in Java String
In Java, char literals are defined within single quotes, while String literals are enclosed within double quotes. Additionally, single quotes…
Read More » -
Core Java

Converting String or String Array to Map in Java
Data manipulation is a common task that Java developers often encounter when developing applications. One particularly useful operation is to…
Read More » -
Core Java

Java String Concatenation Methods
In Java, String concatenation refers to the process of combining multiple strings into a single string. Let us explore various…
Read More » -
Core Java

String Contains Non-Alphanumeric Characters in Java
In this guide, we will discuss how to check if a string contains non-alphanumeric characters in Java. This can be…
Read More » -
Core Java

Hex Representation of an SHA-1 Digest of a String in Java
In this article, we will explore how to obtain a Hex Representation of an SHA-1 Digest of a String in…
Read More » -
Core Java

Java String Convert toLowerCase Method
Hello. In this tutorial, we will talk about string manipulation (i.e. toLowerCase) in Java programming. 1. Introduction String manipulation is…
Read More » -
sql

SQL SUBSTRING Function
In this article, we’re going to explain the SUBSTRING function in SQL. 1. Introduction The SUBSTRING function is available in…
Read More » -
Python

Python Join List Example
In this article, we will explain how to use the function Join List in Python through examples. 1. Introduction Python…
Read More » -
Python

Python String split() Method
Hello in this tutorial, we will see how to use to string split(…) method in python programming. 1. Introduction The…
Read More » -
Core Java

Java Write String to a File
1. Intruduction In this tutorial, we will see different ways that Java offers to write a String into a file.…
Read More »


