What is the path to `Regex.matchAt` / `Regex.match...
# stdlib
j
What is the path to
Regex.matchAt
/
Regex.matchesAt
being stable? The issue which added the API (in 1.5.30?) was referenced on the issue for stabilizations in 1.6 but those APIs did not become stable in 1.6. Are things automatically bumped to be looked at in 1.7? Or is stabilizing in a 1.6.x an option? Does there need to be an issue tracking this?
i
We review experimental API before each release. Last time we decided to keep `matchAt`/`matchesAt` experimental a bit more to gather more feedback about their naming.
You can follow https://youtrack.jetbrains.com/issue/KT-51470 that will track stabilizations of API in 1.7.
👍 2