Factory function to create a new RGex instance.
RGex
This is a convenience function for a more functional approach, an alternative to new RGex().
new RGex()
Optional
An initial regex pattern to start with.
Configuration options for the RGex builder.
A new RGex instance.
Factory function to create a new
RGex
instance.This is a convenience function for a more functional approach, an alternative to
new RGex()
.