memgraph / mage

MAGE - Memgraph Advanced Graph Extensions :crystal_ball:
Apache License 2.0
240 stars 23 forks source link

Regex search #420

Closed as51340 closed 7 months ago

as51340 commented 7 months ago

Description

Added regex search based on neo4j apoc module. Closes #412

Pull request type

Related issues

https://github.com/memgraph/mage/issues/412

######################################

Reviewer checklist (the reviewer checks this part)

Module/Algorithm

######################################

as51340 commented 7 months ago

Added query module text function for applying regex on text using c++ regex library.