Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in string

Need help working with a json formatted string. (Java)

java arrays json string

How can I account for varying word lengths in a program that replaces words read from a text file?

Evaluate string expression in kotlin without using script engine

In Ruby can data interpolated into a string cause the string to terminate?

Reversing a string in c with recursion

c string recursion

Is everything in Python castable to a string?

Subset character vector in R [duplicate]

r string subset

Is it safe to store dates as a string in mysql?

mysql sql node.js string date

The time complexity for a code segment

Increased memory consumption due to String Constant Pool behavior after upgrading from Java 17 to Java 21

find frequency of every word

converting from string to float or integer depending on their nature in python [duplicate]

python string list integer

C# highest string

c# string sorting

std::getline for an ifstream but using a char* instead of a string [closed]

c++ string fstream standards

Why is parseInt() not converting my String of numbers correctly?

Regex to match any character from particular string

javascript arrays regex string

How can i replace particular word from a string with another expression(string) and the another expression has to get some part of particular word

java regex string replace

What does `if file.find('freq-') != -1` mean?

python string glob

Convert special characters to normal characters using PHP, like ã, é, ç to a, e, c [closed]

string with no corresponding object in string constant pool while using intern method returns the reference of the same object

java string string-pool