linkifyjs icon indicating copy to clipboard operation
linkifyjs copied to clipboard

is there any way to use start of the input as a token?

Open plandem opened this issue 3 years ago • 2 comments

Something similar ^ in regexp

plandem avatar Apr 20 '22 02:04 plandem

Unfortunately no, the tokenizer does not currently track this. What use case do you have for it?

nfrasser avatar Apr 23 '22 21:04 nfrasser

in some cases we need only "first" capture from start of the string. but probably too specific case.

plandem avatar Apr 24 '22 04:04 plandem