WK_SUBJECT_MARKUP_MATCHERS: {
    ja: RegExp;
    kanji: RegExp;
    meaning: RegExp;
    radical: RegExp;
    reading: RegExp;
    vocabulary: RegExp;
} = ...

A set of regular expression literals that match to various markup patterns in a Subject's Meaning/Reading Mnemonics and Hints.

Type declaration

  • Readonlyja: RegExp

    A regular expression literal that matches to Japanese text surrounded by <ja> tags.

  • Readonlykanji: RegExp

    A regular expression literal that matches to Japanese kanji surrounded by <kanji> tags.

  • Readonlymeaning: RegExp

    A regular expression literal that matches to a subject meaning surrounded by <meaning> tags.

  • Readonlyradical: RegExp

    A regular expression literal that matches to WaniKani Radical names surrounded by <radical> tags.

  • Readonlyreading: RegExp

    A regular expression literal that matches to a kanji/vocabulary reading surrounded by <reading> tags.

  • Readonlyvocabulary: RegExp

    A regular expression literal that matches to WaniKani Vocabulary surrounded by <vocabulary> tags.