Top "Hyphen" questions

The hyphen character, also known as the dash or minus sign.

How to import 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 …

python import module hyphen
Hyphens in column names in MySQL DB

May be this question has been answered before but I couldn't find it. I am using a 2/3 yr old MySQL …

mysql database hyphen
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 …

mysql search special-characters full-text-search hyphen
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+…

python regex hyphen
ElasticSearch - Searching with hyphens

Elastic Search 1.6 I want to index text that contains hyphens, for example U-12, U-17, WU-12, t-shirt... and to be able …

elasticsearch mapping hyphen
Can hyphens be used in query string values?

My question is related to this one. except that my question is more sepcific as it is about whether a …

php http hyphen
ElasticSearch searching with hyphen inside a word

I would like to ask for a help. I want to search for a words inside the Title and Content. …

search elasticsearch hyphen
iOS automatically add hyphen in text field

I'm learning iOS development and am having a hard time figuring out the various events for the controls. For a …

ios objective-c hyphen
add hyphens on word break in a UILabel

How do I set a UILabel lineBreakMode to break words and add hyphens to broken words? a label with a …

ios uilabel word-wrap hyphen nsparagraphstyle
HTML Tables - How to make IE not break lines at hyphens

I have some table cells containing dates formatted like this: 2009-01-01. I.E 7 seems to be breaking these into …

html css html-table internet-explorer-7 hyphen