Converts a RegexBuilderOptions object into a regex flags string (e.g., "gi").
RegexBuilderOptions
The options object to convert.
A string containing the regex flags.
Converts a
RegexBuilderOptionsobject into a regex flags string (e.g., "gi").