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

I know there have been a few threads on this before, but I have tried absolutely everything suggested (that I …

subdomain localhost wildcard mamp wildcard-subdomain
subprocess wildcard usage

import os import subprocess proc = subprocess.Popen(['ls','*.bc'], stdout=subprocess.PIPE, stderr=subprocess.PIPE) out,err = proc.communicate() …

python subprocess wildcard
How do I pass a wildcard parameter to a bash file

I'm trying to write a bash script that allows the user to pass a directory path using wildcards. For example, …

linux bash parameters wildcard
doctrine2 dql, use setParameter with % wildcard when doing a like comparison

I want to use the parameter place holder - e.g. ?1 - with the % wild cards. that is, something like: "…

doctrine-orm wildcard dql sql-like code-injection
Java generics "capture of ?"

I'm working with a TreeTable and when changing cell factory I am required to pass a Callback<TreeTableColumn<…

java generics wildcard capture
"git add" using wildcard is not functioning as I hoped - must I cd into specific directories?

When I try to do a basic git add *.erb (or any simple wildcard expressions) git is not recognizing it (…

git bash wildcard
Elastic query DSL: Wildcards in terms filter?

I am trying to filter the documents using terms filter. I am not sure how to introduce wildcards in filter. …

elasticsearch wildcard querydsl booleanquery
Nginx wildcard proxy, pass subdomain to the server (upstream proxy)

I would like to be able to pass subdomain.domain.com to .domain.com apache server, with subdomain info too. …

nginx wildcard wildcard-subdomain
MySQL Wildcard for "=" - is there one

So, SELECT * FROM table WHERE col LIKE '%' will return everything. Is there a wildcard for the query SELECT * …

mysql wildcard
MongoDB wildcard in the key of a query

Is it possible to wildcard the key in a query? For instance, given the following record, I'd like to do …

mongodb mongodb-query wildcard