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
How deploy a website shortcut to 200 users desktop
web design vs dev
MRSS FEED
Using VLookup for Data Validation
Ubuntu - Vista
Where are the temporary Internet Files???
How do I access a combo box in a WPF datagridtemplatecolumn using codebehind c#
redirect script needed for sharepoint survey site
average overhead on a PIX site to site IPSec tunnel
Navigate to the page of a specific item on a gridview