An example, a cursor in texteditor is inside the keyword:
blablabla get-deffunct|ion-list blalblabla (| <- cursor)
blablabla get-deffunct|ion-list blalblabla (| <- cursor)
To copy to clipboard, switch view to plain text mode
and I want detect is the word correct (get-deffunction-list) or not, if it is correct I need capture it.
It was a good idea for use reg expression for capturing left part and if it was correct get right part of word.
Searching word boundary (space, tabs etc) not a good idea, becouse:
bla blablabla>=get-deffunction-list!=blalblabla bla
bla blablabla>=get-deffunction-list!=blalblabla bla
To copy to clipboard, switch view to plain text mode
is correct to.
Bookmarks