Microsoft
Software
Hardware
Network
Question : string parsing question
How to parse this kind of string to get the month value and year value effectively?
Test 07/2010 (Report 1: ABC)
Seems in Javascript, I can't define multiple split symbols. Thanks for any help (not using regular expression).
Answer : string parsing question
You need at least one point of ref. If there will always be one / and only around the date, then you can split by /, then for the left part, split by space (take last = month), right part split by space (take first = year).
Posted via EE Mobile
Random Solutions
SQL 2k Database restore using only MDF flies
Perl error: invalid command name "use"
Asp.net: My DataPager crashes the application on next page, I get a Connection Error from the browser.
Enteprise Application Documentation Application
OneNote 2010 default search using last scope
Get current active application name
OWA setup issues in Exchange 2010
System.InvalidCastExceptio
n was unhandled by user code Error code on LINQ
Comparison Netgear ReadyNAS vs. Buffalo Terastation
How to save images and image file paths into SQL from delphi form