I want to analyse line of string. There are some bytes as hex code. To this i want to get the first word after these without the characters "0x". The word after can contain a "x" but not as 0x. e.g.: TimeStamp[ID] -> 0x12 0x34 0x56 0x7 0x88 0x98 0x76 0x5 Word_I_Searched_without
I have proofed:
Regex excluding specific characters