Teman Javascript

    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 sebelumnya Pelajaran 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
    • ?? 2007???2023  Teman JS