RGex Builder Platform - v1.2.0
    Preparing search index...

    Function rgex

    • Factory function to create a new RGex instance.

      This is a convenience function for a more functional approach, an alternative to new RGex().

      Parameters

      • Optionalpattern: string

        An initial regex pattern to start with.

      • Optionaloptions: RegexBuilderOptions

        Configuration options for the RGex builder.

      Returns RGex

      A new RGex instance.