RegEx with timestamp (hh:mm) as delimiter
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I had some brief training with RegEx when I was at Inspire, but I'm a total novice. I have Googled to try and solve this and cannot figure out. Can somebody assist?
I have a V_String field that I need to parse out the contents. Essentially it's a planed schedule and I'd like to parse it into columns/rows:
10:15 TEST 1 (15 MIN) 10:15 TEST 2 (15 MIN) 10:15 TEST 3 (15 MIN) 11:00 TEST 4 (15 MIN) 12:00 PROCEDURE 1 (60 MIN)
I need to parse out based on the delimiter being the HH:MM so I would have
COL1 COL2 COL3
SCHED TIME PLAN EXP DURATION
10:15 TEST 1 15
10:15 TEST 2 15
10:15 TEST 3 15
11:00 TEST 4 15
12:00 PROCEDURE 1 60
Can anybody assist to show me the best way to deal with this?
Thanks!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks! That looks like it will work! I appreciate the quick response!
