linkifyjs
linkifyjs copied to clipboard
is there any way to use start of the input as a token?
Something similar ^ in regexp
Unfortunately no, the tokenizer does not currently track this. What use case do you have for it?
in some cases we need only "first" capture from start of the string. but probably too specific case.