Package to replace
is-posix-bracket
Suggested replacement(s)
const isPosixBracket = (str) =>
typeof str === 'string' && /\[([:.=+])(?:[^\[\]]|)+\1\]/.test(str);
Manifest type
micro-utility (tiny utility replaceable with native code or removal)
Rationale
trivially inlinable
Availability
No response
Code example (optional)
Package to replace
is-posix-bracketSuggested replacement(s)
Manifest type
micro-utility (tiny utility replaceable with native code or removal)
Rationale
trivially inlinable
Availability
No response
Code example (optional)