Top "Wildcard" questions

A wildcard character is any character that can be used to substitute for any other character or characters in a string.

Wildcard subdomains in IIS7. Is it possible to make them like it is in Apache?

Is this possible to configure IIS7 to achieve the same functionality like Apache has regarding wildcard domains? I'm interested in …

apache iis-7 subdomain wildcard
How do I search for a list of files using wildcard

How do I use wildcards in C# to list down files contained in a selected folder?

c# wildcard
Adding new value to existing Stream

Is there is a good way to add a new value to existing Stream? All I can imagine is something …

java java-8 wildcard
Is it possible to use find and replace on a wildcard string in VIM?

For example, I have a bunch of values with a common prefix and postfix, such as: fooVal1Bar; fooVal2Bar; …

vim wildcard replace
SSL Multilevel Subdomain Wildcard

I bought a wildcard certificate for *.example.com. Now, I have to secure *.subdomain.example.com. Is it possible to …

ssl subdomain wildcard administration server
make wildcard subdirectory targets

I have a "lib" directory in my applications main directory, which contains an arbitrary number of subdirectories, each having its …

makefile wildcard target subdirectory
Wildcard to obtain list of all directories

In my Makefile I need to get a list of all directories present in some other directory. To get a …

makefile wildcard gnu-make
What expands to all files in current directory recursively?

I know **/*.ext expands to all files in all subdirectories matching *.ext, but what is a similar expansion that includes …

bash shell wildcard glob shopt
Wildcard or asterisk (*) vs named or selective import es6 javascript

Just wondering which one is the best way to use import: import * as Foo from './foo'; VS: import { bar, …

javascript import ecmascript-6 wildcard es6-modules
PHP file_exists and wildcard

Is there a way to write the PHP file_exists function so that it searches a directory for a file …

php wildcard