DEV Community

# string

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Java Strings: Understanding string literal and new operator

Java Strings: Understanding string literal and new operator

Comments
2 min read
How to sort this list of strings along with the strings and output the result as expected?

How to sort this list of strings along with the strings and output the result as expected?

Comments
1 min read
What are the differences between Rust's `String` and `str`?

What are the differences between Rust's `String` and `str`?

Comments 1
2 min read
How to CONCAT in MySQL

How to CONCAT in MySQL

Comments
6 min read
String functions in C programming.

String functions in C programming.

5
Comments 1
1 min read
String in C programming.

String in C programming.

5
Comments
1 min read
How to use PostgreSQL® SUBSTRING

How to use PostgreSQL® SUBSTRING

Comments
4 min read
Swapping the position of the two words in a string represented by a singly linked list

Swapping the position of the two words in a string represented by a singly linked list

Comments
4 min read
4 Ways to Convert String to Character Array in JavaScript

4 Ways to Convert String to Character Array in JavaScript

6
Comments 1
2 min read
Leet Code — 1816. Truncate Sentence

Leet Code — 1816. Truncate Sentence

1
Comments
3 min read
Leet Code — 2744. Find Maximum Number of String Pairs

Leet Code — 2744. Find Maximum Number of String Pairs

2
Comments 3
3 min read
Leet Code — 2315. Count Asterisks

Leet Code — 2315. Count Asterisks

2
Comments
2 min read
Leet Code — 2828. Check if a String Is an Acronym of Words

Leet Code — 2828. Check if a String Is an Acronym of Words

Comments
3 min read
Do you know the string is an array of characters?

Do you know the string is an array of characters?

Comments
2 min read
Different Methods For String Formatting In Python

Different Methods For String Formatting In Python

1
Comments
7 min read
Ruby Method of the Day: String#=~

Ruby Method of the Day: String#=~

5
Comments
1 min read
Exploring String.prototype.replaceAll(): Simplifying Substring Replacements in JavaScript

Exploring String.prototype.replaceAll(): Simplifying Substring Replacements in JavaScript

Comments
2 min read
Learning about string in JS

Learning about string in JS

Comments
1 min read
Guide des méthodes JS [chaînes de caractères]

Guide des méthodes JS [chaînes de caractères]

3
Comments 1
21 min read
TIL: isBlank() String Method

TIL: isBlank() String Method

Comments
1 min read
how to find the frequency of characters in given string in java

how to find the frequency of characters in given string in java

6
Comments
1 min read
remove duplicate words from string in java

remove duplicate words from string in java

5
Comments
1 min read
Length of a string

Length of a string

Comments
3 min read
Les différences clés entre String, StringBuilder et StringBuffer en Java

Les différences clés entre String, StringBuilder et StringBuffer en Java

Comments
4 min read
Python Strings/Lists/OOPS

Python Strings/Lists/OOPS

Comments
6 min read
PYTHON : STRING METHODS

PYTHON : STRING METHODS

Comments
3 min read
Python String Methods

Python String Methods

Comments
2 min read
Format currency in Swift

Format currency in Swift

1
Comments
2 min read
🔀: Reverse String using HTML Tag Only

🔀: Reverse String using HTML Tag Only

3
Comments
1 min read
🤯: Python `___` can be used in numbers ??

🤯: Python `___` can be used in numbers ??

2
Comments
1 min read
C# 11: New raw string literals feature makes my life easier!

C# 11: New raw string literals feature makes my life easier!

2
Comments 1
2 min read
#Rust 🦀 – 🧵 String Interpolation in Rust (as usual, super fun 😄)

#Rust 🦀 – 🧵 String Interpolation in Rust (as usual, super fun 😄)

Comments
2 min read
10 string methods you must know as a js beginner

10 string methods you must know as a js beginner

4
Comments
1 min read
Usando os métodos da classe String no Ruby

Usando os métodos da classe String no Ruby

6
Comments
12 min read
C - Even more pointers, arrays and strings

C - Even more pointers, arrays and strings

2
Comments
3 min read
C - Pointers, arrays and strings

C - Pointers, arrays and strings

2
Comments
8 min read
Algorithm part 3 : Reverse a string using Stack

Algorithm part 3 : Reverse a string using Stack

Comments
1 min read
Algorithm part 4: Check if a string is palindrome or not

Algorithm part 4: Check if a string is palindrome or not

Comments
1 min read
How to replace whitespaces in A String with underscore without using replace function in python?

How to replace whitespaces in A String with underscore without using replace function in python?

3
Comments
1 min read
Optimise your String Algorithms in Java

Optimise your String Algorithms in Java

5
Comments 3
4 min read
6 C++23 features improving string and string_view

6 C++23 features improving string and string_view

7
Comments 1
5 min read
What are string_views and why should we use them?

What are string_views and why should we use them?

13
Comments 2
7 min read
Java New String Methods – From Java 8 To Java 17

Java New String Methods – From Java 8 To Java 17

11
Comments
1 min read
Longest string without repeating characters in javaascript

Longest string without repeating characters in javaascript

5
Comments
1 min read
Javascript String Methods: A Cheat Sheet for Developer

Javascript String Methods: A Cheat Sheet for Developer

48
Comments 3
4 min read
Python daily exercise 4: separate a string

Python daily exercise 4: separate a string

6
Comments
1 min read
Python daily exercise 3: reverse a string

Python daily exercise 3: reverse a string

8
Comments 2
1 min read
Python daily exercise 2: string

Python daily exercise 2: string

7
Comments 2
1 min read
Golang Escape Double Quoted String Easily

Golang Escape Double Quoted String Easily

3
Comments
1 min read
JavaScript Array and String common methods.

JavaScript Array and String common methods.

6
Comments 2
2 min read
Strings 💫 🌌 ✨

Strings 💫 🌌 ✨

10
Comments
1 min read
Comparing String to Avoid Time Based Attacks

Comparing String to Avoid Time Based Attacks

5
Comments
2 min read
The thing with JavaScript Template literals

The thing with JavaScript Template literals

5
Comments
4 min read
LeetCode: Count and Say

LeetCode: Count and Say

6
Comments
1 min read
How to slice or get symbols from a unicode string with emojis in JavaScript? Lets learn how JavaScript represent strings

How to slice or get symbols from a unicode string with emojis in JavaScript? Lets learn how JavaScript represent strings

13
Comments 2
6 min read
Zensar Technologies Assessment question Coding 1 & 2

Zensar Technologies Assessment question Coding 1 & 2

5
Comments
2 min read
Using replace() and replaceAll() in JavaScript

Using replace() and replaceAll() in JavaScript

5
Comments
2 min read
String Manipulation With Golang

String Manipulation With Golang

2
Comments
3 min read
String Patterns in TypeScript

String Patterns in TypeScript

5
Comments
1 min read
JEP 378: Text Blocks. New way to use String in Java

JEP 378: Text Blocks. New way to use String in Java

9
Comments 2
2 min read
loading...