Hi,
i would like to Get Data with the character is abc and number is 10 digits.
Ex
-“abc0123456789”- True
-“abc 0123456789”- True
-“abc012-3456-789”- True
-“abc0123456”- False
-“aa0123456789” - False
How to use Contains Or do you have any other advice?