Top "Substring" questions

Part of a string, or the function/method that returns part of a string

Substring in Informix

I need to split a field(Name) into Two (First Name and Last Name) based on a comma in Informix. …

substring informix
C# String.Substring equivalent for StringBuilder?

StringBuilder does not appear to have a Substring(start, len) method... what am I missing here?

c# substring stringbuilder
VBA multiple matches within one string using regular expressions execute method

I'm trying to match experience levels for various positions based on 1. Degree 2. Years of Experience. The pattern is fairly simple (…

regex vba substring multiple-matches
Issues with indexOf and lastIndexOf on substring - Get Part of URL from string

I'm having a few issues breaking apart a string in the way I want. I have a url like this: …

javascript jquery regex substring indexof
Extract the last word in sentence/string?

I have an array of strings, of different lengths and contents. Now i'm looking for an easy way to extract …

ruby string substring text-segmentation
Substring matches within SOLR

I can't seem to figure out how to find substring matches with SOLR, I've figured out matches based on a …

search solr substring edismax
Cleaner way to remove a substring from str in C

I have the following string ID is a sample string remove to /0.10, I would like to end up with the …

c string substring memmove
Faster way to read fixed-width files

I work with a lot of fixed width files (i.e., no separating character) that I need to read into …

r substring data.table apply lapply
Remove part of an NSString

I have an NSString as follows: <img alt="996453912" src="http://d2gg0uigdtw9zz.cloudfront.net/large/996453912.jpg" />&…

ios4 nsstring substring explode
How can I partition a QByteArray efficiently?

I want to partition a QByteArray message efficiently, so this function I implemented take the Bytes, the part I want …

qt string substring qstring qbytearray