Articles by Tag #string

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

String Data Structures and Algorithms: Essential Interview Questions

String Data Structures and Algorithms: Essential Interview Questions. Mastering...

Learn More 37 0Oct 18 '24

Find the First Non-Repeated Character in a String

Problem: Given a string, find the first character that does not repeat. Example: Input:...

Learn More 6 0Oct 2 '24

C# {String Methods}

Length: 1)Length: Gets the number of characters in the string. string str = "Hello, World!"; int...

Learn More 5 0Jul 31 '24

The Easiest String Parsing in Java

Parsing structured strings in Java has always been painful. Most developers reach for regular...

Learn More 4 2May 21

Bash string manipulation

In bash, there are several string manipulation operations that can be used to remove parts...

Learn More 4 0Jul 1 '24

Java Program

1.Displaying vowels from the string `package com.practise; import java.util.Scanner; public class...

Learn More 3 0May 20

Write a function that removes duplicate characters from a given string. ( Try to write core JS)

const removeDuplicateChar = (str1) => { let newArr = []; let stringArr = str1.split(""); ...

Learn More 2 2Aug 15 '24

Day 22- String Functions and Recursion

1.Write a program to add space between the strings. txt = "TodayIsFriday" first = True for letter...

Learn More 2 0Dec 19 '24

Python Day-21 String functions logic using loops

1) replace(): Returns a string where a specified value is replaced with a specified value. txt =...

Learn More 2 0Dec 12 '24

Designing a Better String Utility - Part 2

A ground-up exploration into how we can build a safer and more expressive alternative to substring().

Learn More 2 0Jun 19

Effortless String Manipulation with Laravel's string() Method

Laravel’s $request->string() method converts input into a Stringable instance, enabling fluent...

Learn More 1 0Feb 17

Reverse String

1. Reversing String using charArray `package com.string; public class Reverse_String { public...

Learn More 1 0May 23

Day 20 - String functions

1.Write a program to check given key is available or not: txt = "I love many fruits, apple is my...

Learn More 1 0Dec 10 '24

Day 21- String Functions

Write a program to check the given key is title or not. istitle()- Check the first letter of each...

Learn More 1 0Dec 19 '24

Greatest Common Divisor of Strings in Javascript

Today, I solved the second problem of the LeetCode 75 series. I'd like to share how I approached...

Learn More 1 0Nov 18 '24

Python Day-20 String functions logic using loops,Task

1) find(): Searches the string for a specified value and returns the position of where it was...

Learn More 1 0Dec 11 '24

Day 19 - CSV file, ASCII, String methods

CSV (Comma Separated Values): CSV file represents a row, and each value within the row is separated...

Learn More 1 1Dec 9 '24

Redis Cache - A String story

Discussing why it is important to use the right String types when putting data in Redis

Learn More 1 0Dec 28 '24

Practice Program in java Day-10

Today I learned the new topic of String: find the length of last word in a string; program : class...

Learn More 1 0Feb 19

Python Day-22 String Functions logic using loops, Recursion, Tasks

1) To add space between strings txt = "TodayIsFriday" #Today is Friday first = True for letter in...

Learn More 1 1Dec 16 '24

Python Day-19 csv file,String methods,ASCII,Task

CSV File: -->Comma seperated value files. -->It is a plain text format with series of values...

Learn More 1 0Dec 10 '24

String in Python (1)

Buy Me a Coffee☕ *My post explains str(). A string: is a sequence of zero or more characters. is...

Learn More 0 0Jun 27

[📝LeetCode #242] Valid Anagram

🎀 The Problem Given two strings s and t, return true if t is an anagram of s, and false...

Learn More 0 0Jun 23

7 Essential Techniques for String Formatting in Java

1. Structured String Formatting String.format() is one of the most versatile methods for...

Learn More 0 0Jun 23

String and Trailing comma, get couple and become, Tuple (): A copy & paste mistake to Error and concept

Today, I am going to tell a story about my copy & paste mistake and how a string with trailing...

Learn More 0 0Jul 21 '24

String in Python (2)

Buy Me a Coffee☕ *My post explains a string. str() can create a string with or without many kinds...

Learn More 0 0Jun 27

bai test11

bai test cuoi ki11

Learn More 0 0Mar 22

Designing a Better String Utility - Part 1

Java String Manipulation is Too Crude

Learn More 0 0Jun 18

If you need a verified hacker to help spy on your spouse/partners mobile phone and you want a clean job that your partner wont know their mobile phone is being hacked and monitored remotely then ( cyberspacehacker911@gmail.com ) is the best guy for the job

A post by Debby Dowden

Learn More 0 0Apr 11

Pergunte ao especialista - Strings

Por que String define o método equals( )? Não posso simplesmente usar ==? Resposta: O método...

Learn More 0 0Aug 12 '24