Type Alias CharRange

type CharRange = {
    qCharCount?: number;
    qCharPos?: number;
}
Index

Properties

qCharCount?: number

Number of occurrences found.

qCharPos?: number

Position of the first search occurrence.