Part of a string, or the function/method that returns part of a string
-5
votes
2answers
55 views
Can't manage to use Substring()
I'm trying to use Substring to split the line below
MARAMBIO MBI VORD-64.235000 -56.620278117.00H
as
MARAMBIO
MBI
VORD
-64.235000
-56.620278
117.00H
for the first two words my ...
2
votes
1answer
37 views
Selecting Multiple Substrings from a Field
I'm trying to create a SQL query that selects pieces of a record from a field. Here is a shorten example of what is in one unedited field:
<Name>Example1</Name>
...
0
votes
3answers
96 views
String manuplation in C
I hava a string, say ../bin/test.c, so how can i get its substring test?
I tried strtok api, but it seems not good.
char a[] = "../bin/a.cc";
char *temp;
if(strstr(a,"/") != NULL){
temp = ...
0
votes
4answers
48 views
How to split the string using jQuery or javascript?
<div id="date">23/05/2013</div>
I want to format this date, first i want to break string at like the 2th character and have the rest in the next line. And if it possible with jQuery to ...
0
votes
4answers
48 views
Line break after substring
If I use a pattern and matcher in Java how can I add a line break right after I find the substring?
UPDATE
I found a solution using the replaceAll(String,String); method
Thanks a lot guys my ...
0
votes
6answers
40 views
How to replace a substring of a string
Assuming I have a String string like this:
"abcd=0; efgh=1"
and I want to replace "abcd" by "dddd". I have tried to do such thing:
string.replaceAll("abcd","dddd");
It does not work. Any ...
-1
votes
0answers
47 views
Executing a mathematical expression following the order of operations : JAVA [closed]
I want to execute any given string, such as: 5 * 10 - 20 + 3;
I have to search through the string to find "*" first, "/" second, and so on.
I believe I'll have to use substrings, a for and if loop, ...
-1
votes
3answers
53 views
Ruby - how to pull out that is betweet two “points”?
I have a text like this:
...
Sentence one. hsjdhsd jghdsjghjdskhgjksdh kjghdsjkg
sdgsdg
dgds
hfdhdf
h
fdh
dfh Sentence two. gdjshagjhsdga sdgjhsdkjgh adskjghdsa
gs a
gfdgfdhfdhh
...
And I would ...
0
votes
2answers
22 views
Get substring form an integer column
I had a quick question, how can I go about using SUBSTRING on an integer? I currently have field labeled "StoreID" that contains a 5 digit integer (60008). I am trying to use SUBSTRING to remove the 6 ...
-1
votes
5answers
68 views
Using Substring in C# reverse
And I have filepath say "\ABC\ABX\file.pdf".
How can I get only the folder path i.e. "\ABC\ABX\" using substring any other way.
Thank you in advance.
0
votes
7answers
66 views
Change from hour minute second to second from string
Now,I have a string String time= "200hour 0minute 0second"
I want to track numbers in string and convert to second..As above string..I want to get value 200*3600..
My code:
//change from hour ...
2
votes
3answers
42 views
conversion of string containing times to 24-hour times I can do math with - jQuery
I am trying to find a way in jQuery/javascript to reliably convert strings like these:
"10:30 am – 11:00 pm" or this "6:45 am – 9:50 pm"
into two pieces each, 1030 and 2300 or 645 and 2150 ...
0
votes
2answers
42 views
Fail to use a substring to print out part of a sentence
The basic algorithm is I have an input file which has number of sentences, each sentence is on each line.I want to print out part of a sentence from position s to e but with this code below, it ...
1
vote
1answer
26 views
Joining Table with substring condition
I Have two tables :
create table t1(
id int unsigned not null auto_increment,
group varchar(3) not null,
number int unsigned zerofill,
used enum('YES','NO') default );
id group number used
1 ...
2
votes
2answers
40 views
sed copy substring from fixed position and copy it in front of line
I'm dealing with many csv files and I can't find a way with sed to select a substring at a fixed position (chars 9-16) and copy it at the beginning of the line.
This is what I have:
...
0
votes
1answer
11 views
PHP - variabel using substr() cant be extended
I'm busy creating an account-system. The user gives his first name & last name. I create a record in my database with the first letter of their first name and their full last name.
To get their ...
0
votes
1answer
19 views
Using Substr in a While loop for multiple products
I am trying to show only part of my items details and have implemented substr into my while loop. However it works for my first product, but my second product only shows the '...' and not the first 7 ...
0
votes
2answers
31 views
Replacing characters at specific positions in strings in Oracle
I'm trying to write a function that can decode a message by switching pairs of characters around.
Say I have the message hello! which, when encoded, turns into ehll!o.
Is there an existing function ...
0
votes
2answers
49 views
Find substring from string in sql
I am using SQL SERVER 2008.I have following string in sql.
DECLARE @stringRTF VARCHAR(MAX)
set @stringRTF = '{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Tahoma;}} ...
1
vote
5answers
100 views
Extract substrings of a filename
In C/C++, how can I extract from c:\Blabla - dsf\blup\AAA - BBB\blabla.bmp the substrings AAA and BBB ?
i.e. extract the parts before and after - in the last folder of a filename.
Thanks in advance.
...
1
vote
1answer
59 views
Regex that will match the longest possible substring of a string1 with the string2 [duplicate]
I have two strings a and b with me. I want a regular expression pattern such it will match the longest possible substring of b with a from the beginning of a.
For example,
a = "aaaabaaa"
b = "aaazb"
...
0
votes
2answers
50 views
Extract number on string and use as filter
I would like to extract a number in a string and use it as a filter.
My data looks like this:
AAAA_01_01_AAA
BBBB_01_02_BBB
CCCC_01_03_CCC
DDDD_01_04_DDD
I would like to extract the 2nd set of ...
0
votes
2answers
37 views
How do I search a field for a substring?
Number1 Number2 Info1
1) 19124451932~18374913342~0- 9124441932
2) 18436889349~17064219321~0- 2024281123
3) 13352808654~19703842247~0- 9703842247
I'm looking for an if-clause which ...
-2
votes
4answers
68 views
How to Substring a NSString in iOS?
How can I remove all dollar($) symbols from my NSString?
amountDataArray =
[[NSMutableArray alloc]
initWithObjects:@"$ 10", @"$ 20", @"$ 30", @"$ 40", @"$ 50", @"$ 60", nil];
I am ...
0
votes
0answers
42 views
Horspool's method Vs. Java's contains method for String matching. Is Horspool's method always slower?
So I wrote Horspool's algorithm for String/pattern matching in java.
My code is written below. . .
public static boolean horspool(final String str, final String pattern) {
//assumed key.length() ...
0
votes
1answer
32 views
When Statments with LIKE and Substrings
I am in school and trying to figure out this question asked by the instructor. I have not asked the instructor because he usually gets back to me 2 weeks down the road.
Here is what the questions is ...
-1
votes
2answers
63 views
Weird behavior with indexof method in c# [closed]
I have this code, where entities is a List <String> received by parameter. I tried to cast entities[x] to string in any way possible, even it already being a string. I also checked entities[x] ...
1
vote
2answers
67 views
Javascript text highlight function
Scenario
I am trying to develop a Javascript text highlight function.
It receives in input a text to search inside, an array of tokens to be searched, a class to wrap the found matches:
var fmk = ...
0
votes
5answers
59 views
how to extract a whole sentence by a single word match in a string?
So I have got a whole string (about 10k chars) and then searching for a word(or many words) in that string. With regex(word).Matches(scrappedstring).
But how to do so to extract the whole sentence, ...
1
vote
1answer
51 views
Check whether string contains sub string, without using the java predefined methods
I need to find whether a given sub string contains within a given string.But the constraint is I cannot use any predefined Java methods.
I have tried as follows.
public void checkAvailability()
{
...
0
votes
2answers
32 views
TSQL find records with different writing in another table
I have a "MasterTable" with the following records:
MasterTable:
Col1
PX02894
PX02895
PX02896
PX02897/98
From the lookup table I want to get the Col2 links, keeping the formatting of the ...
0
votes
2answers
139 views
Android Bug? : String.substring(5).replace(“”, “”) // empty string
Here is my code:
String str = "just_a_string";
System.out.println("]" + str + "[");
System.out.println("]" + str.replace("", "") + "[");
System.out.println("]" + str.substring(5) + "[");
...
0
votes
2answers
59 views
How to return part of string after a certain character?
If you look at the jsfiddle from question,
var str = "Abc: Lorem ipsum sit amet";
str = str.substring(str.indexOf(":") + 1);
This returns all characters after the :, how can I adjust this to return ...
0
votes
0answers
70 views
Weird behaviour for String.substring(5).replace(“”, “”) // empty string [duplicate]
Note: i am having this problem on my Android project, in Eclipse.
Here is my code:
String str = "just_a_string";
System.out.println("]" + str + "[");
System.out.println("]" + ...
0
votes
0answers
23 views
Add spaces to sentence based on dictionary? Java
Given a TreeSet and a String with the following function signature
public static String breakIntoStrings(String sentence , TreeSet<String> dictionary)
What is the most efficient way to return ...
1
vote
3answers
129 views
Finding length of substring
I have given n strings . I have to find a string S so that, given n strings are sub-sequence of S.
For example, I have given the following 5 strings:
AATT
CGTT
CAGT
ACGT
ATGC
...
1
vote
2answers
47 views
at a specific startindex check for space if any is found remove that specific space the text after it and add “…”
I have a bunch of title texts that get generated they all have different .Length but at a specific startindex of the string I want to find the closest space and then remove the text after it and also ...
1
vote
2answers
85 views
Common substring of length k
I'm trying to write a function that gets 2 strings and an integer 'k' and returns a common substring of both the strings of length k. (If there is more than 1, it returns one at random).
There are ...
0
votes
3answers
24 views
How can I pull data out of this string with PHP? Using RegEx?
Here is the string I have from a server:
70.90.184.9 Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1
The data I need pulled ...
1
vote
2answers
46 views
Regex to match numbers separated by dash (-) and get substring
I have a lot of image files in a directory with their ID between some descriptions about what it contains.
This is an example of the files in that directory:
de-te-mo-01-19-1084 moldura.JPG, ...
1
vote
3answers
16 views
Javascript alert sum of substrings found with for()
I am trying to count the amount of 'a' letters in a variable, and something is not working:
The js code is :
function verChars() {
var z = document.getElementById("num").value;
var y = 0;
...
0
votes
1answer
39 views
How to search a html file for substring in PHP?
I have this script to open a web page and count every line with an img tag. However, it is not working. Could help me to find out the problem with the script? This array should hold info of every ...
2
votes
2answers
79 views
Improving my Java method containsSubstring(s1, s2) which finds if s2 is a substring of s1
I am a college student that was recently interviewed for an internship position. One of the things asked of me was to write a method that took two Strings as input and returned true if the second ...
3
votes
4answers
58 views
In file, if line contains substring, get all of the line from the right
I have a file. Each line looks like the following:
[00000] 0xD176234F81150469: foo
What I am attempting to do is, if a line contains a certain substring, I want to extract everything on the right ...
0
votes
0answers
13 views
String searching
I have a general approach question... I writing a program that reads in three columns of data and stos them in a container to represent a store item number, description, and price. W
The descriptions ...
0
votes
0answers
31 views
Solr:WordDelimiterFilterFactory for substrings of a camelcase word
I want to implement an Autocomplete-feature with Solr that work for source code identifiers in CamelCase. I use an EdgeNGramFilterFactory together with WordDelimiterFilterFactory to split CamelCase ...
-1
votes
3answers
49 views
java substring and charAt returns “” and exception respectivly while readng the last character
public class StringDemo{
public static void main(String[] args) {
String str = "this:";
int a = str.indexOf(":"); // returns 4
String subStr = str.substring(a+1); // returns ...
1
vote
3answers
63 views
Get first N characters from string without cutting the whole words
I want to know if there an easy way to get only N symbols from string without cutting the whole words.
For example, I have products and products descriptions information. The description length is ...
0
votes
0answers
51 views
What is the best sub string making method?
I need to develop a search program for search specific content in the database. Then part of the matched content should be shown as a brief search result.
Here is my approaches to make the sub string ...
-2
votes
1answer
29 views
Extracting items inside a string [closed]
I want to extract Hello world inside a particular string currently i am getting first and last Occurences.there are 3(three) hello world text inside a string i want them on each particular string.
...



