File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -317,12 +317,9 @@ can contain options that affect the precision of string matching:
317
317
318
318
- ` exact ` : Defaults to ` true ` ; matches full strings, case-sensitive. When false,
319
319
matches substrings and is not case-sensitive.
320
- - ` exact ` has no effect on ` regex ` or ` function ` arguments.
321
- - ` exact ` has no effect on accessible names specified with the ` name ` option
322
- of ` *byRole ` queries. You can use a regex for fuzzy matching on accessible
323
- names.
324
- - In most cases using a regex instead of a string gives you more control over
325
- fuzzy matching and should be preferred over ` { exact: false } ` .
320
+ - it has no effect when used together with ` regex ` or ` function ` arguments.
321
+ - in most cases, using a regex instead of a string combined with ` { exact: false } `
322
+ gives you more control over fuzzy matching so it should be preferred.
326
323
- ` normalizer ` : An optional function which overrides normalization behavior. See
327
324
[ ` Normalization ` ] ( #normalization ) .
328
325
You can’t perform that action at this time.
0 commit comments