Skip to content

Commit b7e02a6

Browse files
committed
add separator parameters details for postal codes in readme
1 parent 4220162 commit b7e02a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,8 @@ $rules = [
226226
- `convertPersianNumbers` is a boolean parameter that converts Persian numbers to English numbers.
227227
the default is `false`.
228228

229+
- `separator` is a string parameter that separates the numbers in the validation rules.
230+
the default is `null`, and means does not use separator. (Allows: `/`, `|`, `-`, `_`, `*`, `.`, `,`, `space`)
231+
229232
## License
230233
The Laravel Persian Validation package is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT). Please see [License File](LICENSE.md) for more information.

0 commit comments

Comments
 (0)