SOLVED
Extract text from 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
b_urhan
5 - Atom
‎08-17-2020
03:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello everybody,
I am trying to specific text from string, as you can see in the attachment there is an address and the code which starts with BM-, I want to get the string which starts BM and the code after that like BM-1146.
I would appreciate if you help me,
Thanks in advance!
Solved! Go to Solution.
Labels:
- Labels:
- Preparation
4 REPLIES 4
Drussek
9 - Comet
‎08-17-2020
03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
ImadZidan
12 - Quasar
‎08-17-2020
03:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello @b_urhan ,
Regex I think should work.
Have a look and it will at least give you an idea.
Hope you find it helpful.
ImadZidan
12 - Quasar
‎08-17-2020
03:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
‎08-19-2020
12:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you!
