diff --git a/docs/OperatorKernels.md b/docs/OperatorKernels.md
index f985cf10ded60..b955c87cdcffc 100644
--- a/docs/OperatorKernels.md
+++ b/docs/OperatorKernels.md
@@ -5,8 +5,6 @@ Do not modify directly.*
## Execution Providers
- [CPUExecutionProvider](#cpuexecutionprovider)
-- [CUDAExecutionProvider](#cudaexecutionprovider)
-- [DmlExecutionProvider](#dmlexecutionprovider)
---------------
@@ -305,6 +303,7 @@ Do not modify directly.*
|||[13, 17]|**T** = tensor(double), tensor(float), tensor(int32), tensor(int64)|
|||[11, 12]|**T** = tensor(double), tensor(float), tensor(int32), tensor(int64)|
|||[1, 10]|**T** = tensor(double), tensor(float), tensor(int32), tensor(int64)|
+|RegexFullMatch|*in* X:**T1**
*out* Y:**T2**|20+|**T1** = tensor(string)
**T2** = tensor(bool)|
|Relu|*in* X:**T**
*out* Y:**T**|14+|**T** = tensor(double), tensor(float), tensor(int32), tensor(int8)|
|||13|**T** = tensor(double), tensor(float)|
|||[6, 12]|**T** = tensor(double), tensor(float)|