I was expecting to get “abc” and “cba”, which are unknown values (they are always placed in that format, “:abc:cba”).
only if it finds the word “trr” (“trr” always will be behind “:abc:cba”), but sometimes “trr” leaves a copule of unknown characters or/and symbols behind or/and in front, for example:
- unknown_values_trr:abc:cba
- trr_unknown_values:abc:cba
- unknown_values_trr_unknown_values:abc:cba
I made a couple of variations of texts that could be shown up and what the expected results were:
- “abc://trr/txx:abc:cba” | Found | “abc”, “cba”
- “trr/txx:abc:cba” | Found | “abc”, “cba”
- “abc://trr:abc:cba” | Found | “abc”, “cba”
- “trr:abc:cba” | Found | “abc”, “cba”
- “abc://xee/txx:abc:cba” | Not Found
- “xee/txx:abc:cba” | Not Found
- “abc://xee:abc:cba” | Not Found
- “xee:abc:cba” | Not Found