Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add find_all to eregmatch() nasl function #875

Merged
merged 3 commits into from
Sep 15, 2021

Commits on Sep 14, 2021

  1. Add find_all to eregmatch() nasl function

    The current implementation only returns the first match in the string.
    Now it will return all matches if the option `find_all: TRUE` is passed to the function.
    For backward compatibility, if FALSE is passed or no option, it will return the first match as before.
    jjnicola committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    99e2a66 View commit details
    Browse the repository at this point in the history
  2. Update docstring

    jjnicola committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    6654d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d706a56 View commit details
    Browse the repository at this point in the history