|
3 | 3 | [](https://www.gnu.org/licenses/gpl-3.0) |
4 | 4 | [](https://kotlinlang.org) |
5 | 5 | [](https://github.com/google/ksp) |
| 6 | +[](https://central.sonatype.com/artifact/dev.mtctx.library/zappy-core) |
| 7 | +[](https://central.sonatype.com/artifact/dev.mtctx.library/zappy-processor) |
6 | 8 |
|
7 | 9 | --- |
8 | 10 |
|
@@ -175,18 +177,18 @@ println(email) // → "a1b2c@example.com" |
175 | 177 |
|
176 | 178 | ## Built-in ZPL Providers |
177 | 179 |
|
178 | | -| ID | Example Output | |
179 | | -|------------------|----------------------------------------| |
180 | | -| `<name>` | `k9PxM2vN` | |
181 | | -| `<email>` | `Bc34QQ6grdHQ0ozz@2noJRHYKqklOFZ.com` | |
182 | | -| `<domain>` | `aa2fa5.net` | |
183 | | -| `<numeric>` | `42` | |
184 | | -| `<password>` | `e*<PyXvp]B` | |
185 | | -| `<token>` | `YWEeWGC3Fd4Fk-H` | |
186 | | -| `<uuid>` | `f47ac10b-58cc-4372-a567-0e02b2c3d479` | |
187 | | -| `<iso-date>` | `2025-10-29T14:30:22Z` | |
188 | | -| `<phone-number>` | `+1017079879685250` | |
189 | | -| `<url>` | `http://2ikEu.io` | |
| 180 | +| ID | Example Output | |
| 181 | +|--------------------------|----------------------------------------| |
| 182 | +| `<name>` | `k9PxM2vN` | |
| 183 | +| `<email>` | `Bc34QQ6grdHQ0ozz@2noJRHYKqklOFZ.com` | |
| 184 | +| `<domain>` | `aa2fa5.net` | |
| 185 | +| `<numeric>` | `42` | |
| 186 | +| `<password>` | `e*<PyXvp]B` | |
| 187 | +| `<token>` | `YWEeWGC3Fd4Fk-H` | |
| 188 | +| `<uuid>` | `f47ac10b-58cc-4372-a567-0e02b2c3d479` | |
| 189 | +| `<iso-date> (Base Only)` | `2025-10-29T14:30:22Z` | |
| 190 | +| `<phone-number>` | `+1017079879685250` | |
| 191 | +| `<url>` | `http://2ikEu.io` | |
190 | 192 |
|
191 | 193 | > **Note**: `<iso-date>` requires a custom provider. See [Custom ZPLProvider](#how-to-create-a-custom-zplprovider). |
192 | 194 |
|
|
0 commit comments