Skip to main content

Module regexes

Module regexes 

Source
Expand description

Regex constants ported from LanguageParser.cs:18-30.

Each Lazy<Regex> here corresponds to a private static readonly Regex in the C# source. Where the C# pattern uses lookarounds, the Rust regex is a relaxed superset and a sibling helper function applies the missing constraint post-match. See file header for the complete list.

Staticsยง

CASE_SENSITIVE_LANGUAGE_REGEX
CaseSensitiveLanguageRegex from LanguageParser.cs:26-27.
CLEAN_SERIES_TITLE_REGEX
CleanSeriesTitleRegex from LanguageParser.cs:18-21.
GERMAN_DUAL_LANGUAGE_REGEX
GermanDualLanguageRegex from LanguageParser.cs:29.
GERMAN_MULTI_LANGUAGE_REGEX
GermanMultiLanguageRegex from LanguageParser.cs:30.
LANGUAGE_REGEX
LanguageRegex from LanguageParser.cs:23-24.