Top "Caret" questions

caret refers to an onscreen text-cursor.

How to avoid cmd.exe interpreting shell special characters like < > ^

I have a Windows CMD script that accepts a number of parameters and executes an EXE, passing first some hard-coded …

batch-file cmd escaping caret
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
Get caret XY coordinates in text area

Is there any good JQuery/JS solution to get the absolute position of a caret in text area (given in …

javascript jquery html textarea caret
Java: column number and line number of cursor's current position

I want to know the column number and row number where the cursor in JTextArea. ie. in notepad when i …

java swing cursor caret jtextarea
Mobile Safari - Input caret does not scroll along with overflow-scrolling: touch

I know that Mobile Safari won't fire events while in "momentum" (-webkit-overflow-scrolling: touch;) scrolling. But this is not entirely the …

ios scroll touch mobile-safari caret
Get element node at caret position (in contentEditable)

Let's say I have some HTML code like this: <body contentEditable="true"> <h1>Some heading text …

javascript dom webkit contenteditable caret
Auto text scroll for text area (JTextArea) with caret position set to the beginning of the last line

I have a simple Java question here. I want to auto text scroll to the beginning of the last line …

java swing jtextarea caret autoscroll
How do you match a caret (^) symbol in regex?

I know these won't do it and also why, but how do you match it? /^/ /(^)/ /[^]/

regex caret
Custom Caret for WinForms TextBox

I'm developing a custom HyperTerminal like application in a WinForms .Net 2.0 application. I have a multiline TextBox in a Panel …

c# .net winforms caret
Oracle regexp_like negating special char

I'm using Oracle 10g trying to EXCLUDE entries that contain a - or a _ with a caret in the character …

regex oracle oracle10g caret negate