The action of retrieving data from a string

learn more… | top users | synonyms

0
votes
1answer
32 views

parse string into struct with boost spirit

I have the following code I need to parse a string and move it to a struct defined as follows: #include "boost\spirit\include\classic.hpp" #include "boost\spirit\include\qi.hpp" #include ...
0
votes
2answers
78 views

python - fastest way to find unique “words” in a string

I have a string, s, with a length of 2*2*1092-1 = 4367 characters. Here are the first 15 characters: 0 0 0 1 0 1 0 0 I am interested in the characters as couples; i.e. for the first 15 characters: ...
0
votes
3answers
34 views

Search for a string in HTML source rendered page with PHP

I have a rendered page written in PHP that output this code: <html> <body> random code <u>Hello everyone</u> random code </body> ...
1
vote
3answers
59 views

Java How to Parse Smile notations from String

I want to parse a string that includes emotional notations like ":)",":p","!","?" also words. For example,like this string "How dare you! You have lost him two days ago:'(" ,I want to get result like ...
1
vote
3answers
38 views

Python - tokenizing, replacing words

I'm trying to create something like sentences with random words put into them. To be specific, I'd have something like: "The weather today is [weather_state]." and to be able to do something like ...
0
votes
1answer
20 views

Parsing bash function parameters

I have a bash function, say foo () I pass some parameters in a string like user=user1 pass=pwd address=addr1 other= Parameters may be missed or passed with random sequence I need to assign ...
0
votes
3answers
59 views

Parsing integers in AngularJS

I am using AngularJS in one of our application. In the code below, while loading the page the expression addition (number, multipler) parses correctly and give output as 1+1=2 but while changing the ...
1
vote
1answer
23 views

Why is sprintf returning false here?

I am trying to work out why sprintf is returning false here. Can anyone shed any light? sprintf( "select dog_name, date_format(meet_date, '%D %M %Y') as date, track_name, race_name, race_stakes, ...
0
votes
1answer
67 views

C++ Input part of a text file into an array

I need to read a txt file of configuration settings organized by heading, such as Menu: , Tables: , Waiter: etc. One the correct section is found I need to pull in the correct information. So ...
0
votes
2answers
39 views

generating an index of numerical values contained in a string using python

I am working on a bit of code for a project right now, and the basic idea is to read the contents out of a file line by line and record the frequencies of each numerical value contained within. For ...
-1
votes
1answer
26 views

Parsing code to detect function blocks [closed]

I'm writing a plugin for sublime text editor (using Python) that will fold only functions/methods on file load. In order to do this I have to parse file contents, detect function blocks and get start ...
2
votes
4answers
66 views

Trouble with regex in Perl

I am trying to write a script to parse a trial balance sheet. The layout of each line in the file is always the same but I am having an issue getting my regex to match properly. The first 10 ...
0
votes
3answers
45 views

Get contents after last slash

I have strings that have a directory in the following format: C://hello//world How would i extract everything after the last / character (world)?
0
votes
1answer
41 views

Parsing underscore delimited fields in MySQL

I have the following table: Patent AssigneeName AssigneeUnparsed ------- -------------- --------------- D452605 Louis Vuitton Malletier, S.A. ...
0
votes
2answers
77 views

ANDROID / Error parsing a JSON object encoded string

my code receives a JSON object coded string from the server, which can be: [{"logstatus":"0"}] or [{"logstatus":"1"}] Then it converts this JSON (received as ImputStream), then I convert it to a ...
1
vote
2answers
87 views

How to split a non delimited string in T-SQL

I need to split a string value that has no delimiter. I work in banking and I am selecting a GL account number and need to separate the account number from the account branch number. The issue is both ...
0
votes
2answers
36 views

Extract first two integers as they appear in string c++

I have a basic question regarding removing integers from a c++ string. I'm not particularly familiar with c++ or too good with regular expressions. I have a string such as string myString = "12 text ...
0
votes
0answers
17 views

with NDesk.Options, is it possible to use assigned name with a required optionvaluetype for both assigned and boolean?

Is it possible to use an Assigned name with a Required OptionValueType for both assigned and boolean options with NDesk.Options? For example, I want to be able to handle the situation that if an ...
0
votes
1answer
47 views

RaptureXML Problems parsing a certain rss feed

I'm trying to parse a certain rss feed of a popular german news site (taz.de). Unfortunately, their description tag doesn't only contain plain text but a mixture of anything, including pictures, links ...
2
votes
1answer
55 views

Read line containg only string and merge content to previous line

Input is: <p>1:4 And David said unto him, How went the matter? I pray thee, tell me.</p> <p>And he answered, That the people are fled from the battle, and many of the people also ...
0
votes
3answers
81 views

Check if dictionary contains substring?

Say I have two dictionaries with the following key value pairs: 1, "Hello" 2, "Example" And another dictionary as follows: 1, "HelloWorld" 2, "Example2" I want to find out if these dictionaries ...
1
vote
1answer
97 views

Tokening String for Format-Table

I'm attempting to do something that ought to be simple in Powershell, but I can't for the life of me figure it out. I have a log file that looks like this: item1:some text 1:more junk I don't care ...
1
vote
1answer
62 views

generating strings from a file

This is the start of a solution for Project Euler Problem 22. I have a sample version of their text file from which I am trying to generate names one name at a time. This is a link to the ...
0
votes
2answers
83 views

Parsing numbers with pattern in Java without DecimalFormat

Is there a Java parsing library similar to DecimalFormat? I am unable to do what I want with DecimalFormat and regular expressions. I need to be able to: Parse only an integer (DecimalFormat needs ...
-1
votes
2answers
83 views

Remove slashes from date and file extension from string

I need to do two things with strings: A. Remove the file extension B. Remove the '-' from the dates. An example of an uploaded string is: ifrs_au-cor_2013-03-12.xsd I can't just do a replace on ...
1
vote
2answers
59 views

How to resolve two slightly different names of same product (mobile phone) in program?

I am working on a web app where I collect data about mobile phones from several websites. The problem is that websites use slightly different naming of mobile phones. For eg the websites use the ...
1
vote
4answers
148 views

Regex with non-capturing group in C#

I am using the following Regex JOINTS.*\s*(?:(\d*\s*\S*\s*\S*\s*\S*)\r\n\s*)* on the following type of data: JOINTS DISPL.-X DISPL.-Y ROTATION 1 ...
0
votes
1answer
61 views

Parse large string & replace the parsed string value with new value in iOS 6+

In my app I want to follow below steps to get the finalized string. My message format is given below message <br/><br/> On {date_time_stamp} sender_name wrote <br/><br/> ...
0
votes
1answer
76 views

Lua: %b with modifiers

I'm trying to match a string that contains Lua code. a = [[workspace.Object["Child"]:remove()]] to do this, I'm trying to create an option where either .x or ['x'] would be matched regardless of ...
1
vote
3answers
58 views

how to parse a two doubles from editText?

I develop a simple calculator, and I have a problem. When I input the values ​​for the calculations, the first digit is parsed only.For example, if you enter 5 + 3, then the result will be 5.How to ...
0
votes
2answers
126 views

Java GUI - storing input/calculations into txt tile

I've got a project where I need to get user input and then perform a volume calculation, all of which I have accomplished for a few different shapes. However, I need to be able to store the input and ...
0
votes
2answers
67 views

How to parse string by best way and get just necessary parameter

I am writing an web application. I am getting information as string at UI level using server API . Such response from server side is single string. Structure of these strings is following: ...
1
vote
4answers
85 views

Parsing strings in Java to replace markers with specific data

I have a bunch of strings which contain some specific markers that should be replaced with images. So at first I created hash map with markers and images: Map<String, String> images = new ...
1
vote
1answer
129 views

Sax parser read a line not totally

I'm trying to parse a simil-InkML document. Every content's node has more tuple (separated by comma) with 6 or 7 number (negative and decimal too). In testing I see that the method character of SAX ...
-2
votes
2answers
68 views

can storing data in a database sometimes lead to corrupted data? [closed]

I have a field that's stored in the database as a string. It's actually a comma-separated string of numbers that I convert to a list of longs. The lines of code that do the conversion look somewhat ...
1
vote
2answers
168 views

Converting string to unknown primitive type (best guess) [closed]

Obviously this isn't something you would want to do unless you're in a helpless situation, but does anyone have a good example of something like this (bonus points for thinking of a clearer method ...
2
votes
2answers
94 views

Regular Expressions - Matching IRC-like parameters?

I am looking to create a IRC-like command format: /commandname parameter1 "parameter 2" "parameter \"3\"" parameter"4 parameter\"5 Which would (ideally) give me a list of parameters: parameter1 ...
0
votes
4answers
95 views

Detecting 11 adjacent digits with RegEx

How I can detect 11 adjacent (i.e. 11 digits no other characters in between) digits with RegEx? i.e. it should match asd 12345678901 asd 11 and AA12345678901as but NOT asd 123456789012 asd 11 ...
1
vote
3answers
71 views

Extracting a part of a string in Ruby

I know this is an easy question, but I want to extract one part of a string with rails. I would do this like Java, by knowing the beginning and end character of the string and extract it, but I want ...
-2
votes
1answer
50 views

String function task in javascript

Hi guys I'm trying to take a URL of the form http://www.domainname.com/stuff/morestuff/content?extrastuff And using a JavaScript string function parse out "content" based on the surrounding regular ...
0
votes
1answer
59 views

Lua string patterns

I'm trying to parse a string but I'm new to pattern matching. Here's my code: str = "One[0:0,0,0,0,0,0,0,0,0,0,0,0:1][0:1,0,1,0,0,0,1,1,1,0,0,0:0.5]/Two[0:0,0,0,0,0,0,0,0,0,0,0,0:1.5]/" for i in ...
0
votes
1answer
57 views

convert string to method

I have a string that can be '+', '-', '*' or '/', and two numbers. I need to apply the operation denoted by the string to the numbers. I tried: op = '+' (&op.to_sym).call 1, 2 but it won't ...
1
vote
1answer
378 views

Capture keyboard inputs without a textbox

I have a application that reads data from health cards and parse them for basic info like D.O.B., Health Card #, and names. Right now, I have a textbox that takes input from the card swiper and it ...
0
votes
1answer
96 views

Trying to understand output from JavaScript eval which does String parsing

Can anyone explain me why the following Java code which executes the JavaScript return "Smith" here? ScriptEngineManager manager = new ScriptEngineManager(); ScriptEngine engine = ...
-1
votes
3answers
62 views

Using Java and regular expression to fix path

I have a string like this (not always the same filename at the end, this is only example) \\eabman03\edicom\Aterlasning\repstat.txt And i want to get this \\eabman03\edicom\Aterlasning\ So I ...
0
votes
2answers
286 views

“ValueError: list.index(x): x not in list” in Python, but it exists

I want to use Python to pull the username from an email address. The solution I thought of was to append the email address into a list, find the index of the @ symbol, and then slice the list until I ...
0
votes
0answers
166 views

Parse ODATA query uri into PHP array

I have a client calling my web service written in PHP. While calling it, the client application gives a little query string to it. I want to parse this string into an array. So with the given example ...
0
votes
3answers
146 views

A better way of parsing an int from a string

I'm trying to see if there is a different/better way of parsing a string that I have. The string is "#def xyz[timer=50, fill=10]". From this string I am trying to retrieve the timer and fill values. ...
1
vote
2answers
372 views

Convert string representation of keycode to Qt::Key (or any int) and back

I would like to convert a string representing a key on the keyboard to a keycode enum like Qt::Key (or anything else). Example conversions would be: "Ctrl" to Qt::Key_Control "Up" to Qt::Key_Up "a" ...
-1
votes
2answers
212 views

R Parsing a data set to both get rid of rows on certain value as well as turn make columns based on a character

I am having issues trying to delete rows from a dataset that seems to only have one column - thus it is like a column vector. I am trying to do two things, it doesn't matter which first (to me). ...

1 2 3 4 5 6