PostGraphDB / postgraph

All in One Graph Extension for Postgres
GNU Affero General Public License v3.0
33 stars 5 forks source link

Regex Replace and Grammar Rules #132

Open JoshInnis opened 1 year ago

JoshInnis commented 1 year ago

Implement the regex replace function and implement a grammar rule

JoshInnis commented 1 year ago

Proposed Grammar rule: string REPLACE pattern WITH replacement [USING FLAGS flags]

Maybe remove FLAGS keyword, research what the flags are to see if its kinda clear what is being done without that keyword.