Top "Word" questions

A word is the amount of data that a processor can fit in its general-purpose registers -- effectively the amount of data the processor can handle "at once". Programming-related questions concerning Microsoft Word should NOT use this tag - use the tag [ms-word] instead.

Regular expression to match a word or its prefix

I want to match a regular expression on a whole word. In the following example I am trying to match …

regex expression word
Count frequency of words in a list and sort by frequency

I am using Python 3.3 I need to create two lists, one for the unique words and the other for the …

python python-3.x list frequency word
Does VBA contain a comment block syntax?

In VBA is there a short way to comment out a block of code the same way java uses /*...*/?

excel vba ms-access outlook word
Python: Cut off the last word of a sentence?

What's the best way to slice the last word from a block of text? I can think of Split it …

python split concatenation word text-segmentation
What does it mean by word size in computer?

I have tried to get a grasp of what "word" means and I have looked in the wiki and the …

word computer-architecture
Android Word-Wrap EditText text

I have been trying to get my EditText box to word wrap, but can't seem to do it. I have …

android xml android-edittext word word-wrap
How many bits does a WORD contain in 32/64 bit OS respectively?

Anyone has a definite answer? Someone says that on 32 bit OS a WORD means 16bit,true?

word
How to Capitalize first letter only using CSS in each case

I want to Capitalize first letter only and other should be small using CSS String is: SOMETHING BETTER sOMETHING bETTER …

css word capitalization
How to find index of an exact word in a string in Python

word = 'laugh' string = 'This is laughing laugh' index = string.find ( word ) index is 8, should be 17. I looked around hard, but …

python find word
Haskell file reading

I have just recently started learning Haskell and I am having a lot of trouble trying to figure out how …

file haskell word