Skip to content

Commit

Permalink
fix(nocodb-sdk): add docs link form REGEX_MATCH formula
Browse files Browse the repository at this point in the history
  • Loading branch information
rameshmane7218 committed Mar 27, 2024
1 parent 4ecaad2 commit 1cab925
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nocodb-sdk/src/lib/formulaHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,8 @@ export const formulas: Record<string, FormulaMeta> = {
syntax: 'REGEX_MATCH(string, regex)',
examples: ['REGEX_MATCH({title}, "abc.*")'],
returnType: FormulaDataTypes.NUMERIC,
docsUrl:
'https://docs.nocodb.com/fields/field-types/formula/string-functions/#regex_match',
},

REGEX_EXTRACT: {
Expand Down

1 comment on commit 1cab925

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR changes have been deployed. Please run the following command to verify:

docker run -d -p 8888:8080 nocodb/nocodb-timely:0.204.9-pr-7987-20240327-1703

Please sign in to comment.