SQL Find Nth Occurrence of Char in a StringT-SQL’s CHARINDEX() function is useful for parsing out characters within a string. However, it only returns the first […] November 20, 2021 in SQL Server tagged character / char / string / parse / charindex / nth / occurrence by Mike
T-SQL Count Character OccurrencesDo you have a table in SQL Server that has a column with a string that has several […] November 16, 2021 in SQL Server tagged character / count / char / how / many / parts / occurrences / SQL Server Parsing by Mike
HTML Character References (Entities)With HTML you can display special characters using character references. You can go to Elizabeth Castro’s web site […] October 1, 2015 in HTML tagged entities / ascii / code / html / character / characters / special / references / entity / HTML by Mike