A wildcard character is any character that can be used to substitute for any other character or characters in a string. A wildcard character is any character that can be used to substitute for any other character or characters in a string.
0
votes
1answer
22 views
Wild card in PHP value equal parameter
In SQL there is the LIKE parameter that you can put in to have a wild card for values such as: LIKE %value%. How would I be able to do that with, say, a PHP if statement?
$value = "value-";
$post = ...
5
votes
8answers
15k views
Need to perform Wildcard (*,?, etc) search on a string using Regex
I need to perform Wildcard (*,?, etc) search on a string.
This is what I have done.
string input = "Message";
string pattern = "d*";
Regex regex = new Regex(pattern, ...
0
votes
0answers
10 views
Wildcards in PayPal NVP API TransactionSearch?
I am using PayPal NVP API.
I have some queries related to TransactionSearch API.
Documentation here
I am using the TransactionSearch method.
Setting the parameters as:
...
0
votes
1answer
10 views
using wildcards word 2013
I try to find this kind of expression in my Word document :
@HELLO_WORLD@
I use this code :
word.Selection.Find.MatchWildcards = true;
word.Selection.Find.Text = @"<\@*\@>";
But I don't ...
-2
votes
0answers
7 views
emacs shell command wildcard suffix disregarded?
From within emacs I want to remove files ending with a certain character. I execute a shell command with M-x-! rm -f *(character). emacs doesn't seem to parse the wildcard as I would expect it but ...
7
votes
5answers
112 views
When to use wildcards in Java Generics?
this is from HeadFirst Java: ( page 575 )
This:
public <T extends Animal> void takeThing(ArrayList<T> list)
Does the same thing as this:
public void takeThing(ArrayList<? extends ...
0
votes
2answers
2k views
Using wildcards in Selenium IDE
I'm somewhat new to automation, and am learning everything auto-didactically, so forgive me if my terminology is a bit off. I've searched hi and low for an answer to this question, and I can't seem to ...
0
votes
3answers
27 views
Wildcard URL's in `isEqualToString`
So I have a method that checks URL's and will only allow specific URL's to be loaded in the web view.
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request ...
1
vote
1answer
77 views
Using two asterisks to add a file in git
I want to add a file which has a unique file name but a long preceding path (e.g. a/b/c/d/filename.java). Normally I would add this to my repository by doing
git add *filename.java.
However I have ...
0
votes
1answer
22 views
How to use column name as part of a LIKE statement in a WHERE clause of a JOIN
LEFT OUTER JOIN [INVENTTRANS]
ON #TEMP.VOUCHERPHYSICAL=[INVENTTRANS].VOUCHERPHYSICAL
WHERE [INVENTTRANS].ITEMID = #Temp.INVENTDIMID
This provides me nearly the result I am looking for. About 1/4th ...
5
votes
4answers
2k views
rsync not synchronizing .htaccess file
I am trying to rsync directory A of server1 with directory B of server2.
Sitting in the directory A of server1, I ran the following commands.
rsync -av * server2::sharename/B
but the interesting ...
0
votes
2answers
62 views
How do supertype generics in Java work?
I've been testing supertype generics with Java, but I've come to a roadblock. This is the sample code I was testing:
import java.util.*;
class GenericTests {
public static void main( String[] ...
0
votes
1answer
47 views
array of wildcard collection initialized with array of rawtype
Reasonably enough, compiler would give you Raw type conversion warning for this:
//1
List<?> arrList = new ArrayList(); //raw type warning
However, compiler is ok (no warning) with this line:
...
2
votes
2answers
910 views
moving from make to cmake: how to use build target with wildcards
I'm trying to convert an makefile-build to cmake (to avoid the current state of being forced to take care for the windows-build env based on make/msdev and the linux based on make/gcc).
In this ...
0
votes
0answers
16 views
htaccess redirect to www version throwing everything up a directory level
I have been fighting this issue for weeks, and nothing I've tried has resolved it. In the interest of SEO, I am redirecting the non-www version of my site to the www version. I would like the ...
0
votes
0answers
31 views
Powershell cmdlet Invoke-WebRequest chokes on wildcard?
Weirdness: I have a Powershell cmdlet here that seems for all the world to be choking on a wildcard character. I didn't know that was possible, to be honest--I mean, this thing says it doesn't ...
0
votes
1answer
20 views
Symfony 2 optional route url parts (wildcard?)
In Symfony 2.2.1 Is it possible to create route like:
/search/category_ids/1,2,3,4/subcategory_ids/32,23,9/language_ids/10,23,5 ...
where every url part is optional, for example user could visit ...
1
vote
2answers
27 views
Create files using grep and wildcards with input file
This should be a no-brainer, but apparently I have no brain today.
I have 50 20-gig logs that contain entries from multiple apps, one of which addes a transaction ID to its log lines. I have 42 ...
1
vote
1answer
43 views
Using wildcard in WebDriver By.XPATH
Researching on Google I was lead to beleive that you could use * as wildcard in XPATH statements but that seems not to be the case. Therefor could anybody help me find a good XPATH statement for the ...
1
vote
3answers
2k views
jqgrid search in the middle by default
After reading the jqGrid wiki (and taking example from: Case insensitive search in jqGrid including hidden fields), I cannot find what I want to do.
Is there any search option to enable a search ...
0
votes
2answers
39 views
Why does this wildcarded function tells me it has the wrong number of parameters?
The offending code was:
<console>:47: error: wrong number of parameters; expected = 2
terms.foldLeft(r.unitA)(r.add(_, _.eval(x)))
I solved my problem by writing:
...
0
votes
1answer
33 views
Wildcard request / location in nginx?
I have a script that increments a global revision number with each deployment of my website. This number is then mapped into the HTML that loads CSS, JavaScript and sprite assets. This is used as a ...
17
votes
5answers
373 views
How do generics of generics work?
While I do understand some of the corner-cases of generics, I'm missing something with the following example.
I have the following class
1 public class Test<T> {
2 public static void ...
0
votes
1answer
133 views
How to configure woocommerce to work with wildcard certificate and wp multisite?
I have wordpress multisite version 3.5 and woocommerce 2.0.2 with wildcard certificate.
I need to know if it is possible to force ssl on checkout page using wildcard ssl.
When I force ssl on the ...
0
votes
1answer
40 views
AWK Script wildcard
I need help with my AWK script ( actually how to add a wild card to perform task described below). I have a file that I back up and submit every night to external party. The format of the file is ...
0
votes
0answers
23 views
wget wildcard and apostrophe
When using wget to recursively grab all directories and files from an FTP server with the following:
>wget -r --glob=on --user=*** --password=*** "ftp://111.111.11.11/*"
One of the top level ...
3
votes
4answers
1k views
Can I use wildcards in “IN” MySQL statement?
I would like to run something like:
select * from table where field in ("%apple%", "%orange%")
Is there a way? Or at least is there a better way than dynamically building query for every keyword:
...
19
votes
6answers
13k views
Using wildcard for classpath?
G'day everybody,
I have been using so many 3rd party libraries(jar files) that my CLASSPATH is completely messed up as i have to include the path for every single jar file that i use.
...
0
votes
0answers
22 views
Htaccess redirect wildcard multiple parameters
I have a blog with URLs like this now:
example.com/blog/5001/facebook/blog-title-here
example.com/blog/4001/topic/hello-world
example.com/blog/5066/twitter/new-post
I need to redirect these to ...
0
votes
4answers
54 views
Python glob fails?
I want to glob several directories, each containing a file named GDS_XYZ/GDS_XYZ.summary.txt.
XYZ changes from folder to folder, so I do
glob.glob('GDS_*/GDS*.summary.txt'
However, the result is ...
0
votes
1answer
49 views
C# ConcurrentDictionary - Best practice and method for wildcard key search
I have a ConcurrentDictionary of string (key) and object (value).
I want to have an if statement that returns true if any key in my dictionary contains the sub-string 'xyz'.
Better yet, if it begins ...
-1
votes
1answer
26 views
set Java classpath in a cross platform way
After reading this answer
Setting multiple jars in java classpath
I'm still puzzled. Is there an only way to specify a classpath so it would run in Linux and Windows?
For example, I'm running these 2 ...
3
votes
2answers
60 views
Appropriate use of Java generics on collection
I've never had the chance to play much with generics before (as in writing classes that are generics), but now the need arises, and I've come across some confusion.
There's this interface, that is ...
3
votes
1answer
129 views
How to use internal links with wildcard items in Sitecore?
I have a multiple site Sitecore solution. All the sites share a product range which is stored inside a 'Shared data' node that sits at the same level as the root nodes of the sites. The individual ...
0
votes
0answers
61 views
Using wildcard bundle IDs and submitting app to app store
I am trying to submit by second app to the Apple app store. I used a wildcard bundle ID (.*) in my provisioning profile, however when I select the wildcard bundle ID for the app in iTunes connect, it ...
1
vote
3answers
108 views
Proximity searching phrases with root expanders in Solr or ElasticSearch (especially websolr or bonsai.io)?
I'm trying to select a search tool for a large project, and I'd be interested to know if this use case was supported by Solr or ElasticSearch.
My customers are interested in conducting relatively ...
1
vote
2answers
1k views
How to use wildcard to get ftp files on kettle spoon
I have a job using get ftp files, i am using this wildcard to fetch all the xml.zip files
.*.zip
Works ok, but downloads all the files. I tried a wildcard to download only files with this ...
0
votes
1answer
44 views
batch wildcards extending extension
So from Why does dir *.txt return *.txtf also? tells me that the reason my
del /S moc_*.cxx call is also deleting moc_foo.cxx_parameters
If I do not know the length of foo, is there any way in ...
0
votes
4answers
38 views
JQuery Wildcard for using atttributes in selectors
I've research this topic extensibly and I'm asking as a last resort before assuming that there is no wildcard for what I want to do.
I need to pull up all the text input elements from the document ...
0
votes
3answers
94 views
MySQL LIKE operators & wildcards
I've been reading tutorials and have learned nothing new. I have a table of customers. The customer's first and last names are stored in separate columns. I want to write a query that can search for ...
0
votes
1answer
14 views
makefile backreference to matched text
Suppose, I have 2 files, dependent upon each other:
./pictures/1_data.tex
|
V
./data/1.pl
So, 1_data.tex is generated from the Perl file. To do it I have the following ...
2
votes
1answer
41 views
What's the difference between * and ?* in Veracity ignores?
The examples show cache/?*, but I wonder why this strange combination, would the cache/* be enough?
1
vote
2answers
44 views
How can i use special charackters like “ * and ? ” in the “ in (…) ” part of a FOR loop
i want to do the following
set _1=*.*
set _2=*.lng
set _3=*.exe
...
in a for loop like that:
set COUNT=0
for %%f in (*.*, *.lng, *.s, *.exe, *.sfx, *.64.sfx, rar*.lst) do (
set /A COUNT+=1
set ...
1
vote
1answer
75 views
Configure real domain to suddomain (wildcard subdomain)?
We are providing blog platform and we separate each user with wildcard subdomain (aaa.testweb.com). We would like our user to be able to switch to his domain (www.aaa.com) if he wants to. How to ...
0
votes
2answers
38 views
Using Wild card for removing directory in dos
I am working on a application that needs to remove folders from inside a folder. BUT the Folder name will have the same general name minus the end of it. NA_monthlyGP_20130131, The numbers will ...
2
votes
0answers
24 views
List file range with UNIX wildcards [migrated]
Say for example I have the following files in my working directory:
mjk0001.fits, mjk0002.fits, ... numerically increasing all the way to mjk9999.fits.
Is there a way to use UNIX wildcards to list or ...
0
votes
1answer
93 views
Linux route add with subdomains wildcard -host *.domain.com
if I have a script with the following two commands to modify a route
/sbin/route add -host pandora.com -interface ppp0
/sbin/route add -host internal-tuner.pandora.com -interface ppp0
Is there a way ...
3
votes
2answers
65 views
Java Generics for Upper bound & lower bound wild cards
I was reading java generics , I came across an interesting query, I searched on google but couldnt find any proper answer. My question is as follows.
For an upper bound wildcard ,
public static ...
0
votes
2answers
37 views
Implementing a complex method to compare two sets of Strings when groups of one are associated with a third
I have a rather complex method that I need to implement. So please bear with me as I try to describe it in as simple a way as I can.
I'm given a set A of Strings that represent filenames - let's say ...
4
votes
3answers
2k views
Laravel - Using (:any?) wildcard for ALL routes?
So, i'm having a bit of trouble with the routing.
I'm working on a CMS, and i need two primary routes. /admin and /(:any). The admin controller is used for the route /admin, and the view controller ...







