Click here to Skip to main content
16,019,043 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi all

I need tutorial explanation of regular expressions to matching word count of a pdf.

Can anyone help me with links?
Posted

Generic tutorial on RegEx
http://www.regular-expressions.info/tutorial.html[^]

Specific word counting example
http://www.dotnetperls.com/word-count[^]

Article on extracting text from a PDF here on CodeProject
Converting PDF to Text in C#[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 31-Aug-13 22:39pm    
Good links, 5ed.
—SA
Also you may try this site: http://regexlib.com/[^]. You can search their database for ready made expressions and even test your own, or other's, expressions (click in the 'Regex Tester' link near the top of the page).

Hope it's usefull for you too.
 
Share this answer
 
Comments
Joezer BH 1-Sep-13 6:50am    
5ed!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900