Twinkle HubTwinkle Hub

驗證電話格式

tw_validate_phone

Validateurs · 20 outils🇹🇼 Taïwanlecture seule

驗證台灣電話號碼格式:行動 (09xx) / 市話 (0Xxxx) / 0800 / +886。 含或不含分隔符 (- 空白) 都可。回傳 type 與 area_code。

Paramètres

NomTypeDescription
phone *string
Schéma JSON brut
{
  "properties": {
    "phone": {
      "title": "Phone",
      "type": "string"
    }
  },
  "required": [
    "phone"
  ],
  "title": "validate_phoneArguments",
  "type": "object"
}

Comment appeler

Amorce — paramètres dans le tableau
tw_validate_phone({ phone: "…" })