Hello!
Using readuntil I found that it allocates (even though I have no need for it to do so).
Reading on Github I found this post mentioning skipchars https://github.com/JuliaLang/julia/pull/36160
But in my case I need to use a string, which skipchars does not support as far as I understand. So my question is:
Would anyone of you happen to have a custom functionality to readuntil without allocation? I basically use it to find a string and move to the correct location in a file.
Kind regards