ltDTAregex: A PCRE-style regular expression for matching interesting...

ltDTAregexR Documentation

A PCRE-style regular expression for matching interesting parts of Lotek .DTA files. Note that we use the 'possessive' version of non-zero repeats i.e. '++' instead of '+', as this prevents huge consumption of stack space for possible backtracking, which we never need here.

Description

A PCRE-style regular expression for matching interesting parts of Lotek .DTA files. Note that we use the 'possessive' version of non-zero repeats i.e. '++' instead of '+', as this prevents huge consumption of stack space for possible backtracking, which we never need here.

Usage

ltDTAregex

Format

An object of class character of length 1.


MotusWTS/motusServer documentation built on Oct. 13, 2024, 7:31 p.m.