SQL regex like query method #256
JusticeN
started this conversation in
Show and tell
Replies: 1 comment
-
@JusticeN We already have the MATCHES operator:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
how about adding SQL like method and make SQl replace function accept regex
Motivation
i wanted to execute sql script with regex expressions to find text that contains specific patterns like http links, postal code, ...
select name from Profile where description.like("[\\d]{4}")
check my proposition here
JusticeN/arcadedb@main...JusticeN:feature/regex-function
Beta Was this translation helpful? Give feedback.
All reactions