Regex.h 229 B

1234567891011
  1. /*
  2. * Copyright (c) 2020, Emanuel Sprung <emanuel.sprung@gmail.com>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. #include <LibRegex/Forward.h>
  8. #include <LibRegex/RegexDebug.h>
  9. #include <LibRegex/RegexMatcher.h>