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.
1 parent 00a5bae commit 46f6af6Copy full SHA for 46f6af6
packages/pluginutils/README.md
@@ -291,7 +291,7 @@ prefixRegex('foo(bar)', 'i'); // /^foo\(bar\)/i
291
292
### suffixRegex
293
294
-Constructs a RegExp that matches a value that has the specified prefix. This is useful for plugin hook filters.
+Constructs a RegExp that matches a value that has the specified suffix. This is useful for plugin hook filters.
295
296
Parameters: `(str: String | Array[...String], flags?: String)`<br>
297
Returns: `RegExp`
0 commit comments