Show / Hide Table of Contents

Class ExtendedBugFilerBase

Inheritance
object
ExtendedBugFilerBase
Implements
IEquatable<ExtendedBugFilerBase>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Base.dll
Syntax
public abstract record ExtendedBugFilerBase : IEquatable<ExtendedBugFilerBase>

Methods

View Source

ApportionedHitsRegex()

Declaration
[GeneratedRegex("<b>Watson Failure Apportioned Hits:</b> (\\d+)<br")]
public static Regex ApportionedHitsRegex()
Returns
Type Description
Regex
Remarks

Pattern:

<b>Watson Failure Apportioned Hits:</b> (\\d+)<br

Explanation:

○ Match the string "<b>Watson Failure Apportioned Hits:</b> ".
○ 1st capture group.
    ○ Match a Unicode digit atomically at least once.
○ Match the string "<br".

Implements

IEquatable<T>
In this article
Back to top Generated by DocFX