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
RegexBuilderOptions
object into a regex flags string (e.g., "gi").