Articles by Tag #string

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

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

¿Y qué pasa con la ZX Printer?

Learn More 5 2Sep 29 '25

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 '25

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

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

Learn More 5 0Sep 10 '25

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 '25

What Happens Internally When You Write String s = new String("Hello"); in Java?

Discover what happens behind the scenes in Java when you write String s = new String("Hello");. Learn...

Learn More 5 0Oct 26 '25

💎 Porque string & {} é o truque de UX/DX do TypeScript que você precisa!

📌 Muitas vezes, queremos um tipo que aceite literais específicos (para sugestão) e qualquer outra...

Learn More 0 0Dec 27 '25

Java String codePointCount() Explained: Taming Emojis & Complex Text

Java String codePointCount() Explained: Taming Emojis & Complex Text Alright, let's...

Learn More 0 0Nov 2 '25

🧵 Difference Between String, StringBuilder, and StringBuffer in Java

Learn the difference between String, StringBuilder, and StringBuffer in Java with simple...

Learn More 5 0Nov 1 '25

Wednesday Links - Edition 2025-10-22

What Most Java Developers Miss About HashMap - And Why It Might Be Slowing You Down (4...

Learn More 0 0Oct 22 '25

Java String 다루기 - 정규식, StringTokenizer, ReflectionToStringBuilder

Java String 다루기 Java에서 String을 효과적으로 다루는 여러 가지 방법을 살펴봅니다. 객체 필드를 문자열로...

Learn More 0 0Dec 31 '25

Day 11 : C++ Language | String Concatenation | Part -2

String Concatenation It is the adding of 2 or more strings, which are connected using +...

Learn More 1 0Nov 8 '25

String in Python (3)

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

Learn More 1 0Oct 27 '25

removesuffix in Python

Buy Me a Coffee☕ *Memo: My post explains string, bytes and bytearray...

Learn More 0 0Nov 6 '25

String in Python (6)

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

Learn More 0 0Oct 11 '25

Java String trim() Explained: Clean Your Strings Like a Pro

**Java String trim() Explained: Stop Whitespace from Ruining Your Code Let's be real....

Learn More 0 0Nov 26 '25

String in Python (4)

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

Learn More 0 0Oct 16 '25

String in Python (2)

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

Learn More 0 0Oct 11 '25

Ruby 데이터 타입 - 문자열, 배열, 맵

Ruby의 주요 데이터 타입인 문자열, 배열, 맵(Hash)에 대해 알아봅니다. 문자열 (String) 표현 "a" 'a' 'a' +...

Learn More 0 0Dec 31 '25

format_map in Python

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

Learn More 1 0Jul 14 '25

My Java Notes: Understanding String

When working with Java programs, handling text is very common. For example, storing names, messages,...

Learn More 1 0Feb 5

Finding the Sequence of Strings Appeared on the Screen

Problem Summary The problem requires us to find all the strings that appear on the screen...

Learn More 1 0Feb 18

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 '25

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 '25

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 '25

Master Strings in 20 Problems: Complete Pattern Guide

From character manipulation to advanced string algorithms - your definitive guide String...

Learn More 1 0Feb 12

Java Program

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

Learn More 2 0May 20 '25

Reverse String

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

Learn More 1 0May 23 '25

Few Java Programs

1.Create a class Trial with PSVM create an array of names of length 5 -> String[] names = new...

Learn More 0 0Aug 11 '25

[📝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 '25

[📝LeetCode #14] Longest Common Prefix

🎀 The Problem Write a function to find the longest common prefix string amongst an array...

Learn More 0 0Jun 12 '25