Question:
I would need to use RegEx to extract a string between characters if they exist (The colon character).Examples:
- SX: 22AA 001 267
- 2294 0BB 267: 09
- 2294 0CC 267
In all cases, I want the result.
Answer:
You can use this regex to match them allIf you have better answer, please add a comment about this, thank you!