diff --git a/README.md b/README.md index 08d50d7..f80bcf6 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Supported highlights: - `SELECT` with : - aliases, - arithmetic expressions, - - string helpers (`SUBSTR`, `CONCAT`, `TRIM`, `REPLACE`, `LOWER`, `UPPER`), + - string helpers (`SUBSTR`, `CONCAT`, `TRIM`, `REPLACE`, `LOWER`, `UPPER`, `REGEXP_REPLACE`), - math (`ABS`, `CEIL`, `FLOOR`, `ROUND`, `LEAST`, `GREATEST`), - JSON (`JSON_VALUE`), - `CASE`/`WHEN`, diff --git a/cmd/sql-to-logsql/web/ui/src/components/docs/Docs.tsx b/cmd/sql-to-logsql/web/ui/src/components/docs/Docs.tsx index 227495b..e9d22f8 100644 --- a/cmd/sql-to-logsql/web/ui/src/components/docs/Docs.tsx +++ b/cmd/sql-to-logsql/web/ui/src/components/docs/Docs.tsx @@ -81,7 +81,7 @@ export function Docs() {