spanner icon indicating copy to clipboard operation
spanner copied to clipboard

[suggestion] .span()

Open SzasznikaJanos opened this issue 5 years ago • 2 comments

Suggestion add span from index

For example there Text to search is "Hello world, Hello world" Key word "Hello"

.span(...,fromSecondResult) To apply span only to second occurrence and not all in text occurrence

SzasznikaJanos avatar Jul 19 '18 10:07 SzasznikaJanos

It you want i can make it and send a pull request

SzasznikaJanos avatar Jul 19 '18 15:07 SzasznikaJanos

Yes, sure. There are few requirements:

  • the source should be compatible with java. You might use overloading
  • same logic should be applied to replace for consistency

neworld avatar Jul 19 '18 19:07 neworld