Skip to content

Commit

Permalink
add m-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Mar 10, 2024
1 parent 60228af commit b217c26
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/guide/upgrading_v9/2729.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Remove deprecated helpers methods

Removed deprecated helpers methods

| old | replacement |
| --------------------------------------- | -------------------------------------------------------------- |
| `faker.helpers.replaceSymbolWithNumber` | `string.replace(/#+/g, (m) => faker.string.numeric(m.length))` |
| `faker.helpers.regexpStyleStringParse` | `faker.helpers.fromRegExp` |

0 comments on commit b217c26

Please sign in to comment.