I want to find all strings longer than 8 characters that contain both characters and numbers. How to implement this? this pattern does not work because it also highlights the set of numbers
https://regex101.com/r/EJZJOM/3
I know that there is an OR operator | but didn’t find a way to use the AND operator