keysersozeh
New Member
- Joined
- Oct 5, 2017
- Messages
- 3
I'm looking of a solution to find and extract a certain string from a column with product titles.
Example:
-------------------
Bumper voor Audi A3 8 L 96 00 voorzijde
Bumper voor Audi A3 8 P 00 03 voorzijde
-------------------
What to extract:
space??space??space
Which should return:
-------------------
09 00
00 03
-------------------
I hope i'm clear, and hope someone could help me out. Thanks.
Example:
-------------------
Bumper voor Audi A3 8 L 96 00 voorzijde
Bumper voor Audi A3 8 P 00 03 voorzijde
-------------------
What to extract:
space??space??space
Which should return:
-------------------
09 00
00 03
-------------------
I hope i'm clear, and hope someone could help me out. Thanks.