• ARعربي
  • ENEnglish
  • ESEspañol
  • FAفارسی
  • FRFrançais
  • IDIndonesia
  • ITItaliano
  • JA日本語
  • KO한국어
  • RUРусский
  • TRTürkçe
  • UKУкраїнська
  • ZH简体中文

Kami ingin membuat proyek open source ini tersedia untuk orang-orang di seluruh dunia.

Bantu untuk menerjemahkan konten tutorial ini ke bahasa Anda!

    Peta tutorial
    Bagikan
    1. Tutorial

    Regular expressions

    Regular expressions is a powerful way of doing search and replace in strings.

    1. Pola dan flag
    2. Kelas-kelas Karakter (Character classes)
    3. Unicode: flag "u" and class \p{...}
    4. Anchors: mulai _string_ ^ dan akhiran $
    5. Multiline mode of anchors ^ $, flag "m"
    6. Word boundary: \b
    7. Escaping, special characters
    8. Sets and ranges [...]
    9. Quantifiers +, *, ? and {n}
    10. Greedy and lazy quantifiers
    11. Capturing groups
    12. Backreferences in pattern: \N and \k<name>
    13. Alternation (OR) |
    14. Lookahead and lookbehind
    15. Catastrophic backtracking
    16. Sticky flag "y", searching at position
    17. Methods of RegExp and String
    Pelajaran sebelumnyaPelajaran berikutnya
    Bagikan
    Peta tutorial

    Bab terdekekat

    • Bahasa JavaScript
    • Browser: Document, Events, Interfaces
    • Frames and windows
    • Binary data, files
    • Network requests
    • Menyimpan data didalam _Browser_
    • Animation
    • Web components
    • Regular expressions
    Bagikan
    Sunting di GitHub
    • © 2007—2025  Ilya Kantor
    • terkait proyek
    • hubungi kami