Part of a string, or the function/method that returns part of a string
I need to evaluate a field with a CASE statement. The field name is Commodity and is a varchar(255). The …
sql-server sql-server-2012 substring case charindexI have a column as FullName containg FirstName, MiddleName, LastName in it. For example: FullName: Marilyn Kean Kirkland I want …
sql sql-server-2008 substring charindexI have a program that generates text files output1.txt, output2.txt, output3.txt, etc.. I want Git to ignore …
git substring globI have a dataset result that contains graph values but it's contained in an odd format as follows; [[42016,44969],[{"name":"$41,000/year …
reporting-services substring contains reportbuilder3.0My initial string is Content-Disposition: attachment; filename="0001.zam" I want to select everything between the two " characters ("0001.zam" in this …
sql-server substring charindexIntro (you can skip to What if... if you get bored with intros) This question is not directed to VBScript …
regex substring match capture-groupI am looking for the most efficient algorithm to form all possible combinations of words from a string. For example: …
algorithm string dictionary word substringI want to know if there an easy way to get only N symbols from string without cutting the whole …
ruby ruby-on-rails-3 jruby substring words