Hi,
Where can i find the list of all the possibles wild cards?
Thanks
Hi,
Where can i find the list of all the possibles wild cards?
Thanks
For wildcards there are only * and ?. If you are referring to regular expressions have a look at http://docs.oracle.com/javase/7/docs/api/java/util/regex/Pattern.html
Well my personal favourites for RegEx which taught me all I know about it are below;
http://www.regular-expressions.info
http://en.m.wikipedia.org/wiki/Regular_expression
simon.