SOLVED
Text Analysis
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
bmillrine
8 - Asteroid
12-14-2017
12:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all
I want to extract out certain information from the body of an email.
Text
Morning, Please can you Invoice the following days for WE 10 12 17 - 5 Days at a rate of £36 per hour
Output I would like
Weekending - 101217
Days - 5
Rate - 36
I can parse out numbers using RegEx but I need to know how to say:
Numbers appear after WE therefore these are the weekending numbers
5 appears before Days so associated with days
35 is next to £ therefore monetary
Thanks
Solved! Go to Solution.
Labels:
- Labels:
- Regex
2 REPLIES 2
andre347
10 - Fireball
12-14-2017
02:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
12-14-2017
02:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Perfect! Thank you
