public marks

PUBLIC MARKS from ycc2106 with tags tips & search

May 2006

!TRAVELPUNK.com

: BACKPACKER Hostels in Europe, Backpacker Blogs, CHEAP STUDENT AIRFARES, TRAVEL INSURANCE, CHEAP EURAIL PASSES, BEST BACKPACKER MESSAGE BOARDS, BACKPACKER TIPS, Over 10,855 Hostels World Wide, HOTELS, ONLINE HOSTEL RESERVATIONS. travel tip

March 2006

C#, .Net Framework: Google Search: find file extension with regex in c#

A simple regex that could be used in C# to find file extensions is:.+\.([^.]+)$This will find an extension that is at the end of the string. To find an extension anywhere in a string you can use: .+\.([^.]+)\s A regex to find a three letter extension at t