RegexCommon.h 575 B

1234567891011121314
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. #pragma once
  6. #include "RegexFlags.h"
  7. #include "Chars.h"
  8. #include "CaseInsensitive.h"
  9. #include "CharSet.h"
  10. #include "CharMap.h"
  11. #include "CharTrie.h"
  12. #include "TextbookBoyerMoore.h"
  13. #include "RegexRunTime.h"