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

Basic Conversions - Atoi and Itoa 1/7

Converting between strings and integers is a fundamental operation in Go programming. Whether you're...

Learn More 7 0Aug 20

Mi propio procesador de textos en ZX Sinclair BASIC (y III)

¿Y qué pasa con la ZX Printer?

Learn More 5 2Sep 29

Mi propio procesador de textos en ZX Sinclair BASIC

O de cómo me tuve que apañar con mi Spectrum para los trabajos del cole.

Learn More 5 13Sep 17

Cadenas de caracteres... en el BASIC del ZX Spectrum

¿Cuál era el soporte para cadenas en Sinclair BASIC?

Learn More 5 0Sep 10

Mi propio procesador de textos en ZX Sinclair BASIC (y II)

¿Realmente me tenía que apañar con mi Spectrum para los trabajos del cole?

Learn More 5 0Sep 22

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

Java Program

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

Learn More 2 0May 20

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

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

startswith in Python

Buy Me a Coffee☕ *Memo for string, bytes and bytearray functions: My post explains replace(). My...

Learn More 1 0Aug 4

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

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

zfill in Python

Buy Me a Coffee☕ *Memo for string, bytes and bytearray functions: My post explains center(). My...

Learn More 1 0Aug 4

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

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

f-strings in Python (2)

Buy Me a Coffee☕ *Memo: My post explains f-strings. My post explains Format Specification with...

Learn More 1 0Jul 16

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

format_map in Python (1)

Buy Me a Coffee☕ *Memo: My post explains Format Specification with format_map() (1). My post...

Learn More 1 0Jul 14

f-strings in Python (4)

Buy Me a Coffee☕ *Memo: My post explains f-strings. My post explains Format Specification with...

Learn More 1 0Jul 16

String in Python (1)

Buy Me a Coffee☕ *Memo: My post explains a string (2). My post explains a string (3). My post...

Learn More 1 0Jun 28

The string type in TypeScript.

The string type is a primitive type that holds a text value. In TypeScript, the string type is a type...

Learn More 1 1Jun 28

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

f-strings in Python (6)

Buy Me a Coffee☕ *Memo: My post explains f-strings. My post explains Format Specification with...

Learn More 1 0Jul 16

format in Python (2)

Buy Me a Coffee☕ *Memo: My post explains format(). My post explains Format Specification with...

Learn More 1 0Jul 11

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

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

format in Python (4)

Buy Me a Coffee☕ *Memo: My post explains format(). My post explains Format Specification with...

Learn More 1 0Jul 12

format in Python (3)

Buy Me a Coffee☕ *Memo: My post explains format(). My post explains Format Specification with...

Learn More 1 0Jul 11