How to parse everything before a special character?
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
Hoss2434
7 - Meteor
‎11-21-2021
09:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have some data that needs to be separated before a special character indicator. For example, here is what the data looks like before:
getInfoRed.12354
getInfoGreen?54698
getInfoBlue/98765
And here is the desired outcome I am trying to achieve:
getInfoRed
getInfoGreen
getInfoBlue
Any help would be greatly appreciated. Thanks!
3 REPLIES 3
binuacs
21 - Polaris
‎11-21-2021
11:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
15 - Aurora
‎11-22-2021
12:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
21 - Polaris
‎11-22-2021
12:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Hoss2434
By a special character, i think we can assume that it is not word character or digit.
