RegEx Modifiers for Global Single Line
A Windows File Searching Utility (grep)
Brought to you by:
jackslade,
theodoreward
Global is already applied, but single line is not and AstroGrep currently doesn't expose that option. We will look into supply the available options for regular expressions that are usable via the .Net regular expression engine. https://docs.microsoft.com/en-us/dotnet/standard/base-types/regular-expression-options
View and moderate all "support-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Support Requests"
Thank you! Is there a simpler way to do a search for a regex like this (datasource=\"([^"])\")
really datasource="dsn" in a large code base, where the search results would return all the unique dsn values used in the code?