How do I find only strings that contain precisely "ABC" (upper case), but not those that contain "abc" or other upper/lower case combinations?
Contains function is case insensitive
we can acheive this using Regular expression.
How do I find only strings that contain precisely "ABC" (upper case), but not those that contain "abc" or other upper/lower case combinations?
Contains function is case insensitive
we can acheive this using Regular expression.
How do I find only strings that contain precisely "ABC" (upper case), but not those that contain "abc" or other upper/...
No comments:
Post a Comment