Top "Substring" questions

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

Is it possible to count the number of distinct substrings in a string in O(n)?

Given a string s of length n, is it possible to count the number of distinct substrings in s in …

string algorithm substring time-complexity suffix-tree
Returning the string between the 5th and 6th Spaces in a String

I have a column of strings that look like this: Target Host: dcmxxxxxxc032.erc.nam.fm.com Target Name: dxxxxxxgsc047.…

substring tableau-api
XSL - Removing the filename from the path string

I've got a SharePoint problem which I need some help with. I'm creating some custom ItemStyles to format the output …

xslt sharepoint-2007 substring
tsql - extract string using SUBSTRING

I have a column where I need to extract the remainder of a string starting from "_". Example below: TF_Bskt …

sql-server-2008 tsql substring charindex