Parsing String
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
NexBK
7 - Meteor
‎10-13-2022
01:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello, everyone.
I need help in splitting the string.
- Split into A and B in Field1
- Extract only "numbers", "." and "+" on the far right of Field1
Thank you for your help.
Labels:
- Labels:
- Parse
3 REPLIES 3
17 - Castor
‎10-13-2022
01:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @NexBK, how do you get on with the following? It takes everything up until the last letter in the first group, before taking the rest in the second group:
(.+[a-z])(.+)
Emmanuel_G
13 - Pulsar
‎10-13-2022
06:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
binuacs
21 - Polaris
‎10-13-2022
03:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
