Ok. That's where I was going wrong. I didn't realize that I had to match the entire string with the regex.
Thank you very much for the help and the awesome app.
Search found 2 matches
- 09 Mar 2016 20:03
- Forum: User Help / Bug Reports
- Topic: Yet Another RegEx Issue
- Replies: 2
- Views: 5765
- 08 Mar 2016 20:48
- Forum: User Help / Bug Reports
- Topic: Yet Another RegEx Issue
- Replies: 2
- Views: 5765
Yet Another RegEx Issue
I am attempting to extract the date/time from this string: "Last Updated on March 8, 10:46 AM MST" I am wanting to end up with this string: "March 8, 10:46 AM" This is what I am using: updateList=newList(); updateTimeRaw="Last Updated on March 8, 10:46 AM MST"; matches(updateTimeRaw, '\\w+ \\d{1,2},...