We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Part of the upcoming perf effort: should have less allocs and speed things up a bit.
The current best RegEx seems to be this one: (?:let|val)(\s+rec)?\s+\(\|[^|)]+\|_\|\)
(?:let|val)(\s+rec)?\s+\(\|[^|)]+\|_\|\)
Status