diff options
| author | Shinigami <[email protected]> | 2023-05-15 08:24:13 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-15 08:24:13 +0200 |
| commit | 8f741bd4bda455517fd048b83d76bd8e6d89d78e (patch) | |
| tree | 512783caad8d405372c29859c1edb2acd09f94d7 /src/modules/string/index.ts | |
| parent | e0e9ae8e9f41bb93ec02a37345129e24ccf58c9d (diff) | |
| download | faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.tar.xz faker-8f741bd4bda455517fd048b83d76bd8e6d89d78e.zip | |
docs: switch doc links to stable (#2152)
Diffstat (limited to 'src/modules/string/index.ts')
| -rw-r--r-- | src/modules/string/index.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/modules/string/index.ts b/src/modules/string/index.ts index 4c5a7dc3..aec6b91f 100644 --- a/src/modules/string/index.ts +++ b/src/modules/string/index.ts @@ -90,16 +90,16 @@ const SAMPLE_MAX_LENGTH = 2 ** 20; * * ### Overview * - * For a string containing just A-Z characters, use [`alpha()`](https://next.fakerjs.dev/api/string.html#alpha). To add digits too, use [`alphanumeric()`](https://next.fakerjs.dev/api/string.html#alphanumeric). If you only want punctuation marks/symbols, use [`symbol()`](https://next.fakerjs.dev/api/string.html). For a full set of ASCII characters, use [`sample()`](https://next.fakerjs.dev/api/string.html#sample). For a custom set of characters, use [`fromCharacters()`](https://next.fakerjs.dev/api/string.html#fromcharacters). + * For a string containing just A-Z characters, use [`alpha()`](https://fakerjs.dev/api/string.html#alpha). To add digits too, use [`alphanumeric()`](https://fakerjs.dev/api/string.html#alphanumeric). If you only want punctuation marks/symbols, use [`symbol()`](https://fakerjs.dev/api/string.html). For a full set of ASCII characters, use [`sample()`](https://fakerjs.dev/api/string.html#sample). For a custom set of characters, use [`fromCharacters()`](https://fakerjs.dev/api/string.html#fromcharacters). * - * For strings of base-ten digits, use [`numeric()`](https://next.fakerjs.dev/api/string.html#numeric). For other bases, use [`binary()`](https://next.fakerjs.dev/api/string.html#binary), [`octal()`](https://next.fakerjs.dev/api/string.html#octal), or [`hexadecimal()`](https://next.fakerjs.dev/api/string.html#hexadecimal)). + * For strings of base-ten digits, use [`numeric()`](https://fakerjs.dev/api/string.html#numeric). For other bases, use [`binary()`](https://fakerjs.dev/api/string.html#binary), [`octal()`](https://fakerjs.dev/api/string.html#octal), or [`hexadecimal()`](https://fakerjs.dev/api/string.html#hexadecimal)). * - * You can generate standard ID strings using [`uuid()`](https://next.fakerjs.dev/api/string.html#uuid) or [`nanoid()`](https://next.fakerjs.dev/api/string.html#nanoid). + * You can generate standard ID strings using [`uuid()`](https://fakerjs.dev/api/string.html#uuid) or [`nanoid()`](https://fakerjs.dev/api/string.html#nanoid). * * ### Related modules * - * - Emoji can be found at [`faker.internet.emoji()`](https://next.fakerjs.dev/api/internet.html#emoji). - * - The [`faker.helpers`](https://next.fakerjs.dev/api/helpers.html) module includes a number of string related methods. + * - Emoji can be found at [`faker.internet.emoji()`](https://fakerjs.dev/api/internet.html#emoji). + * - The [`faker.helpers`](https://fakerjs.dev/api/helpers.html) module includes a number of string related methods. */ export class StringModule { constructor(private readonly faker: Faker) { |
