Microsoft
Software
Hardware
Network
Question : Removing leading punctuation from a string
I have an application that extracts text dynamically from a .pdf file based on keywords that are entered in a search field. The issue I am having is that at time the returned keyword mentions that are extracted from the .pdf file could have leading punctuation for example:
. some text phrase
.)" some text phrase
's, some text phrase
Essentially I would like to remove the leading punctuation so that the output is simply
"some text phrase". I was trying to use the Is.Punctuation method but was having some issues.
Answer : Removing leading punctuation from a string
delete
%AppData%\Roaming\Microsof
t\Microsof
t SQL Server\100\Tools\Shell\Sql
Studio.bin
Random Solutions
Unable to receive email forwarded into Lotus Domino 8 from Exchange Server 2007
SNMP on Server 2008
SBS 2008 move data feature crashes
Cant get vista to view my web site correctly!
Explain plan in Oracle
DBGrid's content into email
Code in SQL 2000 not parsing/running in SQL 2005 Query Analyzer
Check colum A for names in the name matches a sheet name in any workbook then copy to the sheet where we are quering from.
Secondary namespace in WSDL
Need solution to convert Java 1.6 application into C# project