Tag: string


Found 816 results for 'string'.


1) c++ - How do I iterate over the words of a string?
2) python - Does Python have a string 'contains' substring method?
3) bash - Extract filename and extension in Bash
4) string - How to check if a string contains a substring in Bash
5) string - How do I remove the file suffix and path portion from a path string in Bash?
6) c++ - C++: Why is 'operator+=' defined but not 'operator+' for strings?
7) python - Convert bytes to a string
8) c++ - Parsing a comma-delimited std::string
9) c++ - Split string by a character?
10) javascript - How to check whether a string contains a substring in JavaScript?
11) c# - What is the difference between String and string in C#?
12) java - How do I read / convert an InputStream into a String in Java?
13) java - Why is char[] preferred over String for passwords?
14) c++ - How do I tokenize a string in C++?
15) java - How to split a string in Java
16) java - How do I convert a String to an int in Java?
17) javascript - How to replace all occurrences of a string in JavaScript
18) c++ - Split a string into an array in C++
19) c++ - Split string by single spaces
20) python - How to compare two string with some characters only in python
21) python - Test a string for a substring
22) python - Python string 'in' operator implementation algorithm and time complexity
23) php - How do I check if a string contains a specific word?
24) python - How do I check if a given Python string is a substring of another one?
25) python - How do I get a substring of a string in Python?
26) c# - Case insensitive 'Contains(string)'
27) python - How to determine whether a substring is in a different string
28) python - Check if a string has 2 characters next to each other - Python
29) python - What does yield do in python 2.7?
30) c++ - Why is splitting a string slower in C++ than Python?
31) python - String formatting: better to use '%' or 'format'?
32) python - How do I print curly-brace characters in a string while using .format?
33) python - How do I lowercase a string in Python?
34) python - What does the 'b' character do in front of a string literal?
35) python - Use a string to call function in Python
36) python - Create Pandas DataFrame from a string
37) python - How to get a function name as a string?
38) linux - Linux find file names with given string recursively
39) postgresql-9.4 - Loop over string literals as input to function PostgreSQL 9.4
40) mysql - Indexing on a fixed-length string (10 characters - phone numbers) for a large number of entries (performance)?
41) bash - trying bash brace expansion (discrete numbers) using while read line and echo, doesn't expand
42) bash - Why does this script work in the terminal but not from a file?
43) vim - How to reverse-match a string in the Vim programming language?
44) postgresql - Calculating Average Value of JSONB array in Postgres
45) c++ - Easiest way to convert int to string in C++
46) string - Get extension of files in Bash
47) bash - Extract filename and extension in Bash
48) arrays - How to split a multi-line string containing the characters "\n" into an array of strings in bash?
49) linux - How to do string buffter overflow with scanf function?
50) bash - Compare command output inside if statement without subshell