A string is a sequence of zero or more characters. It is commonly used to represent text or a sequence of bytes.

learn more… | top users | synonyms (3)

0
votes
0answers
28 views

C split array of strings to subarrays

I am doing a shell (in C) for school assignment and I have this problem: I have read the input and have array of words. (like this: {"/bin/ls", "-l", ">", "file"}) And I want to have subarrays with ...
1
vote
2answers
58 views

Convert a string to a javascript code

I have the folowing string variable returned from a textarea : jtext = $('#putJS').val(); The result of this string is the following: ctx.beginPath(); ctx.moveTo(172 + xoff, 29 + yoff); ...
-3
votes
6answers
33 views

Filter between characters of string in PHP

I have a string like this: 12PUM4 It has two to three numbers at the beginning, it has three characters in the middle and it has one to two numbers at the end. I want to split it somehow into three ...
-1
votes
2answers
26 views

How to populate xml from list of paths

How to populate XML from list of paths in C#? For example: C:\WINDOWS\addins C:\WINDOWS\AppPatch C:\WINDOWS\AppPatch\MUI C:\WINDOWS\AppPatch\MUI\040C C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 ...
0
votes
0answers
10 views

How to check string one by one in string array

I have a string [] array in which i have many strings. Now I have class in which i have a functions where i want to check one string at a time make some conditions and fetch its output and store it ...
0
votes
2answers
33 views

Are “”" syntactic sugar for raw strings?

From a tutorial: print """ Usage: thingy [OPTIONS] -h Display this usage message -H hostname Hostname to connect to """ produces the following output: ...
0
votes
2answers
19 views

Difference between two strings in VBScript

I need a way to find the difference between two strings in a Windows application using VBScript. One of the strings is known but the second one is completely unknown during coding. I know there are ...
-3
votes
3answers
59 views

How to search a list and return the specific strings and data associated with it using Java

I have a list of names with Account numbers associated with them. How would I create a method that when I type a certain name from the keyboard it would search the list and return all the account ...
0
votes
1answer
41 views

Replace first and last occurrences of a json string

I am fetching the response from webservice and trying to parse the json string. The response string is, ...
-4
votes
4answers
43 views

checking the value of the string parameter

I have a query , I have a method in which I recieved a string parameter named head as shown below private String abcd( String head) { // inside the method } Now i am calling this abcd method ...
2
votes
4answers
43 views

Remove all occurrences of text within string

Say I had a string in JavaScript that looked like this: var str = ...
1
vote
8answers
55 views

Can I use Javascript string object methods on jQuery .text()

Would like to manipulate some text upon a click: $('.Jserep').change(function () { $(".Jappended").text().replace("<serep>Y</serep>", ...
0
votes
4answers
39 views

Replace Last Occurance of a character in a string

I am having a string like this "Position, fix, dial" I want to replace the last double quote(") with escape double quote(\") The result of the string is to be "Position, fix, dial\" How can I ...
1
vote
2answers
44 views

reading input from keyboard

I am required to read from an keyboard(stdin), the following text. Pl note that it will be entered by user from keyboard in this format only. #the total size of physical memory (units are B, KB, MB, ...
0
votes
0answers
18 views

Xcode debugger displays string correctly but console does not

When I hover over my nsstring in the debugger, apostrophes and special characters show correctly, but when I print the nsstring to the console letters and numbers print fine as before but special ...
-1
votes
3answers
44 views

php regex or string check to make sure a variable contains specific characters

I need to make sure a variable that holds product id contains only specific characters. For integer-only variables I'm using is_numeric to check. But for a product id, the variable can contain only ...
1
vote
1answer
20 views

Java:jasper report remove trailing zeros

I have a report I have used floor function to get my result but the result gives out decimals 2.0 and I just want to get the whole number like 2. This is my formula I used to get my result. ...
5
votes
2answers
70 views

In Java, should I escape a single quotation mark (') in String (double quoted)?

In Java, \' denotes a single quotation mark (single quote) character, and \" denotes a double quotation mark (double quote) character. So, String s = "I\'m a human."; works well. However, String s = ...
2
votes
0answers
26 views

String matching between complete and incomplete(or short form) strings

This question might get reported for duplicates, but I have done lots of research and haven't got anything satisfactory, so I thought its better I ask it precisely. In my project, I need to match ...
1
vote
5answers
62 views

Converting String List into Int List in SQL

I have a nvarchar(MAX) in my stored procedure which contains the list of int values, I did it like this as it is not possible to pass int list to my stored procedure, but, now I am getting problem as ...
0
votes
1answer
20 views

Working with parameters passed via URL directly through query string via Python

Using a Python CGI script, I want to take parameters given directly via URL (the user will type in the URL directly this way) and store the data in the query string as variables. How can I do this? ...
3
votes
4answers
122 views

convert string to int in java

i have a string that has a int value in it. i just want to extract the int value from the string and print. String str="No. of Days : 365"; String daysWithSplChar = ...
0
votes
5answers
66 views

Is there a function to compare a string to a larger string? [duplicate]

A better way to explain my question is like this List the names of someone whose names contain a given string. For example, if the given string is "John,", the system will display the names of every ...
0
votes
4answers
39 views

Linux Shell - String manipulation then calculating age of file in minutes

I am writing a script that calculates the age of the oldest file in a directory. The first commands run are: OLDFILE=`ls -lt $DIR | grep "^-" | tail -1 ` echo $OLDFILE The output contains a lot ...
0
votes
1answer
13 views

Convert String Value in Property Datatype of Jena API

I have a piece of program in which i am taking input from another jframe and then using that input i am trying to show results from RDF/XML file, now the issue is that i am trying to convert that ...
0
votes
2answers
43 views

Idea on how to create a C function that takes a character string and returns a character string with date and time

I'm pretty much new to C and I would like to write a function where it takes a character string and returns a character string with current date and time in the front. I need it for some logging ...
0
votes
2answers
61 views

Multi-level sorting on strings

Here is a same of the raw data i have: Sana Paden,1098,64228,46285,2/15/2011 Ardelle Mahr,1242,85663,33218,3/25/2011 Joel Fountain,1335,10951,50866,5/2/2011 Ashely Vierra,1349,5379,87475,6/9/2011 ...
0
votes
3answers
24 views

Tkinter: String variables not working

I have made a program for science which asks you a symbol of n element and you must type in the element but the problem is that it can't tell if you got the answer wrong it just keeps saying CORRECT!, ...
0
votes
3answers
66 views

C - Adding the numbers in 2 strings together if a different length

If I had two strings: a = "1234" b = "4321" I could add the two numbers together like this: for(i=0; i<width-1; i++){ sum = (a[width-2-i]-48) + (b[width-2-i]-48) + carry; carry = 0; ...
0
votes
5answers
90 views

Convert string to binary zeros and ones

I want to convert string to binary and I tried this code byte[] arr = System.Text.Encoding.ASCII.GetBytes(aa[i]); and this System.Text.ASCIIEncoding encoding = new System.Text.ASCIIEncoding(); ...
0
votes
2answers
36 views

Scan string untill find a specifc character in a string [closed]

how do I get the contents of a string to find a specific character? Eg String s = "The National Weather Service said a "large and deadly" tornado hit south of Oklahoma City the day after storms in ...
0
votes
2answers
28 views

toString only works with parenthesis or non-literal numbers [duplicate]

For some reason, when I try to call toString on a literal number, it fails: > 5.toString() SyntaxError: Unexpected token ILLEGAL So I tried putting it in a variable, and it worked: > var ...
0
votes
2answers
59 views

How to change boolean code to int code in java [closed]

I am trying to change some code in my admin panel because of some recent changes in my protocols. What I am trying to do is change the code from boolean to int. I will state now I am a complete novice ...
4
votes
5answers
37 views

Java eclipse String Error

I'm New to Java and I am following some instruction, However When I get to the Strings section public class String { public static void main(String[] args) { java.lang.String ...
2
votes
4answers
48 views

How to use Unicode characters in a python string

I'd like to be able to use unicode in my python string. For instance I have an icon: icon = '&#x25B2;' print icon which should create icon = '▲' but instead it literally returns it in ...
-4
votes
0answers
24 views

How to start reading lines from a text file after a specific string is found [duplicate]

I'm trying to extract specific data from a text file. The issue is I need to discard/ignore all the lines before the string ~ end of syllabus in the text file. If I can skip those 200 lines I can ...
1
vote
4answers
52 views

Java: Accumulate output pattern in string variable?

There is probably a question that covers this, but I haven't found it in searching. The idea is to display a pattern given user input for the character and number of lines like this: x xx xxx xxxx ...
0
votes
7answers
97 views

if else code blocks … or one if with multiple OR ( | |) conditions within it ? in C

I was writing a small text matching program in C, which basically checks for the presence of a few characters in some strings (in form of char arrays). Its working now and I have a code block like ...
-4
votes
0answers
48 views

What is String pooling? [duplicate]

i want to know that this string pooling happens in heap area or stack or somewhere else?
0
votes
1answer
17 views

LLVM IR String Initialization

I'm working on a program in LLVM IR, and I am trying to initialize a string that says "Hello World!" but I can't figure out how. The goal of the code is to count the number of characters in the ...
2
votes
1answer
75 views

select the right type of variable C#

i want to create pi more than 16 thousand numbers after the decimal point but the problam is that i kant find any type that could fill my wishes. I tried to use object but it rounds the number after ...
0
votes
4answers
36 views

Python regex remove all before a certain point

Let's say I got a string: F:\\Somefolder [2011 - 2012]\somefile And I want to use regex to remove everything before: somefile So the string I get is: somefile I tried to look at the regular ...
3
votes
2answers
54 views

Random sampling of non-overlapping substrings of length k

Given a string of length n, how would I (pseudo)randomly sample m substrings of size k such that none of the sampled substrings overlap? Most of my scripting experience is in Perl, but an easy-to-run ...
0
votes
1answer
24 views

Cast IA5String to a String

I wrote this code to get an Int and a String with the ASN.1 generated classes. It work fine with Integer but I don't understand how to cast the IA5String to a String. ServerFirstResponse response1 = ...
0
votes
3answers
38 views

Append int in string to int[]

Let's say there have a string "123124125", i wish to take out them 3 by 3 from the string and store into int. eg, int[0] = 123, int[1] = 124, int[2] = 125, Let below String ciphertext is ...
-1
votes
2answers
30 views

php arguments international characters and if statements

I think I'm missing something simple with input arguments and them having characters with accent marks. I have a php file that can take arguments example.com/myphpfile.php?ar1=somestring and I cycle ...
-1
votes
3answers
56 views

Concatenating a char into a string

I am trying to read a string from the console. But I want to read it char by char. And I'm having trouble with concatenating the char into the string AND with breaking the loop. Here is the code: ...
-1
votes
1answer
50 views

Converting to and exporting String [closed]

Hey I cannot figure out how to return the type as a String as I have defined the outputGrade as a String but I am trying to calculate the single number. e.g- mark=79 then outputGrade string = "9" ...
-4
votes
2answers
33 views

Convert result from PDO::fetchAll() to array like [closed]

I have a list of names from my database. I'm trying to convert the result from the PDO::fetchAll() function to get a result like a string: "name1","name2","name3" etc. I don't know if you know what ...
1
vote
2answers
37 views

Converting Binary Data to String [In Persian]

I am working on a system that needs to read a binary file containing certain Persian names/stock instruments. I need to convert the binary data into string to be used in further processes. I have ...

1 2 3 4 5 785