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 CaseSensitiveLanguageRegexfromLanguageParser.cs:26-27.- CLEAN_
SERIES_ TITLE_ REGEX CleanSeriesTitleRegexfromLanguageParser.cs:18-21.- GERMAN_
DUAL_ LANGUAGE_ REGEX GermanDualLanguageRegexfromLanguageParser.cs:29.- GERMAN_
MULTI_ LANGUAGE_ REGEX GermanMultiLanguageRegexfromLanguageParser.cs:30.- LANGUAGE_
REGEX LanguageRegexfromLanguageParser.cs:23-24.