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.

How to insert a back space after the end of string

Is it possible to insert a backspace after a string.If possible then How to insert a back space in …

c# .net string word backspace
Word comparison algorithm

I am doing a CSV Import tool for the project I'm working on. The client needs to be able to …

algorithm string word compare similarity
Converting words to numbers in PHP

I am trying to convert numerical values written as words into integers. For example, "iPhone has two hundred and thirty …

php word numbers
Javascript: Move caret to last character

I have a textarea and when I click in it I want to move the caret to the last character …

javascript word character caret textrange
Javascript: find word in string

Does Javascript have a built-in function to see if a word is present in a string? I'm not looking for …

javascript substring word
How can I use `git diff --color-words` outside a Git repository?

How can I get output like in git diff --color-words, but outside Git? Closest thing is wdiff -t, but it …

git colors diff word word-diff
What is the difference between a short and ushort in C#?

What is the difference between a word short and ushort in C#? They are both 16 bits!

c# word ushort
Java API for plural forms of English words

Are there any Java API(s) which will provide plural form of English words (e.g. cacti for cactus)?

java dictionary word pluralize
Pass multi-word arguments to a bash function

Inside a bash script function, I need to work with the command-line arguments of the script, and also with another …

bash parameters word split
First time learning assembly, is this saying a word size is 8-bytes?

When I break main it looks like the bold line is where i is being created and initialized. I think …

assembly x86 size word x86-64