-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Proud-Rabbit edited this page Feb 29, 2024
·
3 revisions
This module has some exported functions to deal with various tasks that you could find to do in Powershell
| Function | Description | Return type |
|---|---|---|
| ConvertFrom-PSRDiacritics | Convert a string with diacritics (accents, tildes, ...) to an ASCII string without these diacritics. | string |
| Test-PSRIBAN | Test if the string given to the function represents a valid IBAN number | boolean |
| Test-PSREEAPhoneNumber | Test if the given string is a valid European Economic Area and some close European neigbours phone number |
Proud Scripting Rabbit