up: RE     index Zimbu documentation

BITS RE.Options @directory

summary

     

Flags that can be used when creating a regex.

bool  $ignoreCase @file  lower and upper case letters are considered equal
bool  $multiLine @file  ^ and $ match after/before a newline character
 

members (alphabetically)

     

bool $ignoreCase @file

     

lower and upper case letters are considered equal

bool $multiLine @file

     

^ and $ match after/before a newline character

license

      Copyright 2015 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0