New to Kendo UI for Angular? Start a free 30-day trial
ApplyToWordOptions
The options for applying a command to the "word" the cursor is in.
Contains two properties: before
and after
representing regular expressions
which determine the text before and after the cursor that constitutes a separate
"word" the command will be applied to (see example).
Name | Type | Default | Description |
---|---|---|---|
after |
|
The regular expression that sets the delimeters used to determine the end of the matching text relevant to the current cursor position. | |
before |
|
The regular expression that sets the delimeters used to determine the start of the matching text relevant to the current cursor position. |