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.

Sublime text 2 - how to order a list of words alphabetically (DESC / ASC)

Is there any way to order a huge list of words alphabetically? for example: Hey Salcaiser Ok Here Strange Weird …

sorting sublimetext2 sublimetext word alphabetical-sort
Select div (or other element) that class contains "grap" (o other specified word) for example

First of all; example of HTML code: <div class"grap1"> some conetent</div> <div class"…

jquery class attributes word contains
Regex with exception of particular words

I have problem with regex. I need to make regex with an exception of a set of specified words, for …

regex exception word
Extracting whole words

I have a large set of real-world text that I need to pull words out of to input into a …

python regex word alphabetical text-extraction
python - find the occurrence of the word in a file

I am trying to find the count of words that occured in a file. I have a text file (TEST.…

python file count word
how to remove first word from a php string

I'd like to remove the first word from a string using PHP. Tried searching but couldn't find an answer that …

php word
Splitting /proc/cmdline arguments with spaces

Most scripts that parse /proc/cmdline break it up into words and then filter out arguments with a case statement, …

parsing shell word argument-passing split
What's the equivalent of WORD in C#?

I'm trying to access an unmanaged library and am lucky to have access to a comprehensive guide to the API. …

c# c++ word unmanaged dllimport
How to break words into syllables in LaTeX correctly

I am writing my MSc with LaTeX and I have the problem that sometimes my words are divided in a …

latex word packages break
how long is a memory address typically in bits

I am confused with so many terminologies that my instructor talks about such as word,byte addressing and memory location. …

memory byte word cpu-architecture processor