private static function initExtnPattern()
 {
     self::$EXTN_PATTERN = "/(?:" . self::$EXTN_PATTERNS_FOR_PARSING . ")\$/" . self::REGEX_FLAGS;
 }