c# - Multiline Textbox allow to split wording after cursor highlight in specific word -


let say,

i have multiline textbox

the textbox content below:

abc def              ghi aa jkl          mno pqr   

the cursor located @ second line after sentences 'aa'

how use string split out when there cursor in-between 'aa'


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

c++ - How to test/verify that zero-initialization takes place -

node.js - Webpack/TypeScript Raising Errors When node_modules is Excluded -