Use gender neutral pronouns
This commit is contained in:
parent
ded121f974
commit
e4a4426ff1
24 changed files with 37 additions and 37 deletions
|
@ -234,7 +234,7 @@ Using a function gives us the ultimate replacement power, because it gets all th
|
|||
|
||||
Let's move on to the methods of `RegExp` class, that are callable on regexps themselves.
|
||||
|
||||
The `test` method looks for any match and returns `true/false` whether he found it.
|
||||
The `test` method looks for any match and returns `true/false` whether they found it.
|
||||
|
||||
So it's basically the same as `str.search(reg) != -1`, for instance:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue