The hyphen tag has no wiki summary.
0
votes
1answer
27 views
To add hyphen in URL in mod rewrite
I am curious why it cannot work and looking for a solution.
the following is in my htaccess
RewriteRule ^field/category/([a-zA-Z0-9\-]+)&([a-zA-Z0-9\-]+)$ field.php?cat[]=$1&cat[]=$2
This ...
0
votes
5answers
83 views
Python - Joining string expressions with a hyphen?
"Given three int variables that have been given values, areaCode, exchange, and lastFour, write a string expression whose value is the string equivalent of each these variables joined by a single ...
0
votes
4answers
70 views
Regex, match hyphenated floats
another regex question: I'm working on javascript code, and I need to extract float or int numbers between hyphens. like this:
var string="someText-180.5-200.70-someOtherText";
I need to get:
var ...
1
vote
2answers
41 views
Match against 1 hyphen per any number of digit groups
I'm trying to come up with some regex to match against 1 hyphen per any number of digit groups. No characters ([a-z][A-Z]).
123-356-129811231235123-1235612346123451235
/[^\d-]/g
The one above will ...
2
votes
4answers
64 views
Modifying hyphenated data with r
I am reading data from a csv file and one of the columns in the data comes in three different formats:
xxxxx-xxx-xx (5-3-2)
xxxxx-xxxx-x (5-4-1)
xxxx-xxxx-xx (4-4-2)
My goal is to turn these three ...
0
votes
1answer
46 views
A hyphen-split-word is one word or mutiple words when CamelCasing it?
For example, BuiltinStuff or BuiltInStuff, which one is the correct class naming in Java?
3
votes
6answers
164 views
What do leading hyphens mean in CSS? [closed]
On this blog post I found the following CSS snippet:
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
...
2
votes
1answer
199 views
Splitting string by whitespace, hyphen and “ab cd”
c = "abc ab cd-abc-abc";
String[] cinput = c.split("(?<=[ ])|(-)|(?<=ab cd)|(?=ab cd)");
I want to split string c like this (order is important as well):
cinput[0] = "abc " (notice the ...
0
votes
1answer
60 views
Hyphens in windows phone IE
Need to have hyphens in IE on windows phone 8(or better on both 7/8). I'm using web browser control to show content and i'm embedding some css to make typography prettier. It seems that mobile version ...
-1
votes
2answers
273 views
Split string and add hyphen between words [duplicate]
Possible Duplicate:
Replace space with dash and make all letters lower case using javascript
I need to be able to split a string and add a hyphen between the words. Also, the characters ...
2
votes
1answer
89 views
Force alpha and numeric into a field with a hyphen seperator
Please take a look at following image
http://i50.tinypic.com/2cohfeo.jpg
I want help in inserting the code for the 4 characteristics in the image and thus forming the new html code
Any help is much ...
0
votes
2answers
60 views
preg_match : numbers between hyphen
I need to validate and strings like this:
$string = 'test3-10-2';
I need the penultimate number between hyphen, so in this case '10'. These are other example:
$string2 = 'test45-50-178-1'; ...
2
votes
0answers
31 views
Handling hyphens in user generated URLs
I have an app where I need to link to users by their names. They may have spaces in them, so I just replace spaces with hyphens. The dilema I am having now is that what happens if the person has a ...
1
vote
1answer
75 views
Solr duplicating words in highlighted results
I have a strange issue with Solr 3.6.1. Highlighting is working fine, except when searching for the term subcontractor.
This will highlight the word subcontractor in the results which is great, and ...
2
votes
4answers
217 views
VB.Net Remove Everything After Third Hyphen
Here is the string I am looking to modify:
170-0175-00B-BEARING PLATE MACHINING.asm:2
I only want to keep "170-0175-00B". So I need to remove the third hyphen and whatever is after it.
Thanks alot!
0
votes
1answer
135 views
MySQL Sum column with hyphen separated values
I need to sum a column of cost with hyphen separated. I know that it's normally be done by sum() but in this case I need to get rid off the "-" so I can total up the whole column. As an image shown ...
1
vote
3answers
120 views
Comparing strings with hyphen
I found many posts on this but failed to match them to my case.
I have some strings in a list
List<string> list = new List<string>{ "100-1", "100-11", "100-3", "100-20" }
I used ...
0
votes
1answer
92 views
MySQL Stored Procedure with a hyphen in value
I have a stored procedure that works, but when I pass a value with a hyphen in it, it errors.
I call my procedure with a value like call create('server-v01',555); and I get the following error:
...
1
vote
1answer
347 views
What is the efficient way to store UUID generated in Java to Oracle DB? Will removing or not removing hyphen in the UUID be any use?
What is the efficient way to store UUID generated in Java to Oracle DB? Will removing or not removing hyphen in the UUID be any use - storage/performance?
Will storing
...
0
votes
1answer
131 views
Challenge with hyphens/dashes in Solr Lucene
I'm trying to cause Solr to extract only the second 7 digit portion of a ticket formatted like n-nnnnnnn
Originally I hoped to keep the full ticket together. According to documentation digits with ...
4
votes
0answers
174 views
solr 3.6.1 splitting word boundaries at a dash
We have a trouble ticket format of numerics divided by a dash i.e., n-nnnnnnn
The link http://lucidworks.lucidimagination.com/display/solr/Tokenizers (in the sections on Standard Tokenizer and ...
1
vote
2answers
117 views
Insert hyphen into wrap function
beginner here. I'm writing a wrap function in C which is working OK if all the words from the string I pass are smaller than the size of the line I define. e.g.: if I want to wrap after 20 characters ...
1
vote
1answer
74 views
Unexpected behaviour in MySQL with Boolean-Mode-Query with quoted hyphenated string
I have a problem or rather an understanding problem with a hyphenated searchstring which is quoted.
In my Table there is a table with a column 'company'.
One of the entries in that column is: A-Z ...
0
votes
4answers
86 views
Capture word between hyphens regex
Currently I have this string
"RED-CURRENT_FORD-something.something"
I need to capture the word between the hypens. In this case the word CURRENT_FORD
I have the following written
\CURRENT_.*\B-\
...
4
votes
1answer
131 views
Javascript RegEx to match words without preceding or trailing hyphens
I need a RegEx for Javascript which will match the string "smith" in lines 1-4 but not in lines 5-8 below.
The numbered lines are fields in an Access database (the fields do not contain the numbers).
...
0
votes
1answer
29 views
Are hyphens allowed in section definitions in INI files?
Is it allowed and valid to use hyphens in section definitions within INI files:
[my-section]
setting="anything"
?
4
votes
3answers
109 views
regex to match specific words hyphenated at arbitrary positions and split across two lines
I wish to search a text file for a given word that may optionally be hyphenated at an unknown position within the word and split across consecutive lines.
eg. match "hyphenated" within:
This ...
0
votes
1answer
221 views
Solr search with hyphen and camel case not returning expected results
I have a solr search application which is failing in a specific case where the field value is both camelcased and hyphenated. Individually these cases work fine although together there is no match ...
0
votes
1answer
150 views
javascript string-replace function ignoring hyphen
I have the following code:
ttt = 'hello---,,..there';
tt2 = strip(ttt);
alert(tt2);
function strip(str){
return str.replace(/[^a-zA-Z0-9 ,.-_]/g, '');
}
The alert gives hello,,..there
I would ...
2
votes
2answers
329 views
Check screen name for only one hyphen/underscore
I need to validate a user's screen name to make sure that it can not have more than one hyphen or underscore I don't want people's screen names to be all punctuation.
This is the validation I have ...
0
votes
2answers
176 views
Excel: Hyphens and spaces
Software: Excel 2010
My client has stock numbers in all kinds of formats, and I need to be able to get all the codes properly formatted.
A stock code might be
EY_20-DJ -
that is, 2 ...
2
votes
1answer
237 views
IIS7 URL Rerwrite - how to replace all underscores with hyphens in a regex?
I am using the URL Rewrite feature in IIS7 to turn the url:
/main.asp?category=Name_Of_A_Product
...into:
/category/name-of-a-product/
I have created the ...
3
votes
1answer
144 views
Any way to disable the “minus hack” in PDF/Poscript output?
In R, when saving a plot to a PDF or Postscript file, hyphens in axis labels get turned into minus signs. This, apparently, is by design. According to the documentation for the "postscript" device:
...
0
votes
1answer
132 views
Hyphens in SlugField
There is a strange error when i open a URL with hyphens in the slug, though SlugField supports hyphens in it as indicated in documentation.
So, this is the error:
Page not found (404)
Request ...
0
votes
1answer
364 views
Javascript: Validate field (on a form) so that it can only have Letters, 1 hyphen allowed, and 1 apostrophe allowed
this is my first time really coding in javascript and I've come to a dead end on my part. I need to make a function (no RegExp allowed unfortunately) that allows my pizza form to validate a user's ...
0
votes
0answers
155 views
Hypens in domain name of .htaccess rewrite
the following doesn't work in my .htaccess file...
Does it have something to do with the hyphen in the domain name?
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(www.)?.*.domain-name.com$ [NC]
...
1
vote
1answer
260 views
How to allow hyphens in htaccess rewrite?
I am having problems creating clean urls containing a hyphen.
I want the url to be /services/baking-cake, and I would like to redirect to the version of the url without a trailing slash.
My ...
0
votes
1answer
371 views
Problems Posting XML to a URL in which the subdomain has a hyphen
I'm having real problems posting to a webservice, and it seems that the problem lies in the url - the subdomain has a hyphen in it. The URL below is NOT the real one, but you should get the idea.
I ...
0
votes
2answers
111 views
Using image URL which has dashes in it
I'm trying to download images from a website and my code is working fine in most cases, but I can't download from this URL ...
2
votes
1answer
1k views
Python Regex for hyphenated words
I'm looking for a regex to match hyphenated words in python.
The closest I've managed to get is: '\w+-\w+[-w+]*'
text = "one-hundered-and-three- some text foo-bar some--text"
hyphenated = ...
10
votes
2answers
1k views
How to import python module when module name has a '-' dash or hyphen in it?
I want to import foo-bar.py. This works:
foobar = __import__("foo-bar")
This does not:
from "foo-bar" import *
My question: Is there any way that I can use the above format i.e., from "foo-bar" ...
1
vote
1answer
249 views
How to allow hyphens in controller and action names in Kohana 3
I would like to use hyphens in my URLs, but since controllers are classes and actions are methods, they of course cannot have hyphens in them. I think for example that about-us looks a lot better in a ...
0
votes
2answers
361 views
How to remove hyphen token in lucene.net
I'm having problem with hyphen when searching. I thinks its because of the Standard Analyzer that I use so my question now is how to remove that hypen as part of the standard analyzer token. pls. ...
2
votes
6answers
2k views
perl regex for pulling out every comma, - hyphen,underscore,space and joining remaining words without spaces
I guess this would be a rather long regxex but is there a way to takeout underscores, spaces, commas, and hyphens from a string and then join the words together in PERL?
EXAMPLE: _Car - Eat, Tree
...
0
votes
1answer
373 views
UITextField string format
As the user is typing into a text field, is there a way to have the string conform to a format. So as the user is typing his string in every 5th character is proceeded by a hyphen in the UITextField ...
0
votes
1answer
711 views
How to make preg_match to find whole word but not separate hyphen-words?
if (preg_match('#\b'.$rawword.'\b#i',$body)) {
This code finds whole words, but if they are a hyphen word like "ABLE-BODIED" it will find ABLE and BODIED separately. How can modify the expression ...
2
votes
1answer
137 views
Why is Lucene sometimes not matching InChIKeys?
I have indexed my database using Hibernate Search. I use a custom analyzer, both for indexing and for querying. I have a field called inchikey that should not get tokenized. Example values are:
...
0
votes
2answers
3k views
How to allow fulltext searching with hyphens in the search query
I have keywords like "some-or-other" where the hyphens matter in the search through my mysql database. I'm currently using the fulltext function.
Is there a way to escape the hyphen character?
I ...
0
votes
1answer
273 views
Hyphen in ActiveRecord query
I have this active record query in CodeIgniter:
$this->db->join('day-info', 'day-info.date = run-info.date');
It doesn't run as expected because for some reason it separates 'day' and 'info' ...
1
vote
1answer
612 views
tackle different types of utf hyphens in ruby 1.8.7
We have different types of hyphens/dashes (in some text) populated in db. Before comparing them with some user input text, i have to normalize any type of dashes/hyphens to simple hyphen/minus (ascii ...


