Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for fixedquery (0.68 sec)

  1. docs/en/docs/tutorial/query-params-str-validations.md

    This specific regular expression pattern checks that the received parameter value:
    
    * `^`: starts with the following characters, doesn't have characters before.
    * `fixedquery`: has the exact value `fixedquery`.
    * `$`: ends there, doesn't have any more characters after `fixedquery`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sun Aug 31 09:15:41 UTC 2025
    - 17.2K bytes
    - Viewed (0)
  2. docs/uk/docs/tutorial/query-params-str-validations.md

    Цей конкретний шаблон регулярного виразу перевіряє, що отримане значення параметра:
    
    * `^`: починається з наступних символів, перед якими немає інших символів.
    * `fixedquery`: точно відповідає значенню `fixedquery`.
    * `$`: закінчується тут, після `fixedquery` немає жодних символів.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Fri May 30 14:17:24 UTC 2025
    - 26.1K bytes
    - Viewed (0)
  3. docs/fr/docs/tutorial/query-params-str-validations.md

    Cette expression régulière vérifie que la valeur passée comme paramètre :
    
    * `^` : commence avec les caractères qui suivent, avec aucun caractère avant ceux-là.
    * `fixedquery` : a pour valeur exacte `fixedquery`.
    * `$` : se termine directement ensuite, n'a pas d'autres caractères après `fixedquery`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Nov 09 16:39:20 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  4. docs/em/docs/tutorial/query-params-str-validations.md

    {* ../../docs_src/query_params_str_validations/tutorial004.py hl[11] *}
    
    👉 🎯 🥔 🧬 ✅ 👈 📨 🔢 💲:
    
    * `^`: ▶️ ⏮️ 📄 🦹, 🚫 ✔️ 🦹 ⏭.
    * `fixedquery`: ✔️ ☑ 💲 `fixedquery`.
    * `$`: 🔚 📤, 🚫 ✔️ 🙆 🌖 🦹 ⏮️ `fixedquery`.
    
    🚥 👆 💭 💸 ⏮️ 🌐 👉 **"🥔 🧬"** 💭, 🚫 😟. 👫 🏋️ ❔ 📚 👫👫. 👆 💪 📚 💩 🍵 💆‍♂ 🥔 🧬.
    
    ✋️ 🕐❔ 👆 💪 👫 & 🚶 & 💡 👫, 💭 👈 👆 💪 ⏪ ⚙️ 👫 🔗 **FastAPI**.
    
    ## 🔢 💲
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 7.8K bytes
    - Viewed (0)
  5. docs/pt/docs/tutorial/query-params-str-validations.md

    Essa expressão regular específica verifica se o valor recebido no parâmetro:
    
    * `^`: Inicia com os seguintes caracteres, ou seja, não contém caracteres anteriores.
    * `fixedquery`: contém o valor exato `fixedquery`.
    * `$`: termina aqui, não contém nenhum caractere após `fixedquery`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 9K bytes
    - Viewed (0)
  6. docs/ko/docs/tutorial/query-params-str-validations.md

    * `^`: 이전에 문자가 없고 뒤따르는 문자로 시작합니다.
    * `fixedquery`: 정확히 `fixedquery` 값을 갖습니다.
    * `$`: 여기서 끝나고 `fixedquery` 이후로 아무 문자도 갖지 않습니다.
    
    **"정규표현식"** 개념에 대해 상실감을 느꼈다면 걱정하지 않아도 됩니다. 많은 사람에게 어려운 주제입니다. 아직은 정규표현식 없이도 많은 작업들을 할 수 있습니다.
    
    하지만 언제든지 가서 배울수 있고, **FastAPI**에서 직접 사용할 수 있다는 사실을 알고 있어야 합니다.
    
    ## 기본값
    
    기본값으로 사용하는 첫 번째 인자로 `None`을 전달하듯이, 다른 값을 전달할 수 있습니다.
    
    `min_length`가 `3`이고, 기본값이 `"fixedquery"`인 쿼리 매개변수 `q`를 선언해봅시다:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  7. docs/es/docs/tutorial/query-params-str-validations.md

    Este patrón específico de expresión regular comprueba que el valor recibido del parámetro:
    
    * `^`: comience con los siguientes caracteres, no tiene caracteres antes.
    * `fixedquery`: tiene el valor exacto `fixedquery`.
    * `$`: termina allí, no tiene más caracteres después de `fixedquery`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 16.5K bytes
    - Viewed (0)
  8. docs/ru/docs/tutorial/query-params-str-validations.md

    Данное регулярное выражение проверяет, что полученное значение параметра:
    
    * `^`: начало строки.
    * `fixedquery`: в точности содержит строку `fixedquery`.
    * `$`: конец строки, не имеет символов после `fixedquery`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 24K bytes
    - Viewed (0)
  9. docs/ja/docs/tutorial/query-params-str-validations.md

    * `^`: は、これ以降の文字で始まり、これより以前には文字はありません。
    * `fixedquery`: は、正確な`fixedquery`を持っています.
    * `$`: で終わる場合、`fixedquery`以降には文字はありません.
    
    もしこれらすべての **正規表現**のアイデアについて迷っていても、心配しないでください。多くの人にとって難しい話題です。正規表現を必要としなくても、まだ、多くのことができます。
    
    しかし、あなたがそれらを必要とし、学ぶときにはすでに、 **FastAPI**で直接それらを使用することができます。
    
    ## デフォルト値
    
    第一引数に`None`を渡して、デフォルト値として使用するのと同じように、他の値を渡すこともできます。
    
    クエリパラメータ`q`の`min_length`を`3`とし、デフォルト値を`fixedquery`としてみましょう:
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Mon Nov 18 02:25:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. docs/de/docs/tutorial/query-params-str-validations.md

    Dieses bestimmte reguläre Suchmuster prüft, ob der erhaltene Parameter-Wert:
    
    * `^`: mit den nachfolgenden Zeichen startet, keine Zeichen davor hat.
    * `fixedquery`: den exakten Text `fixedquery` hat.
    * `$`: danach endet, keine weiteren Zeichen hat als `fixedquery`.
    
    Registered: Sun Sep 07 07:19:17 UTC 2025
    - Last Modified: Sat Feb 15 16:23:59 UTC 2025
    - 16.6K bytes
    - Viewed (0)
Back to top