How can I match a full string in FaunaDB using ContainsStrRegex?

Advertisements I’m trying to match a full string of digits using the following expression in Fauna Query Language: q.ContainsStrRegex("123", "^\d*$") This returns false. Just "\d*$" seems to work so I would imagine there’s a different -1th match pattern. What do I need to do? >Solution : Your host language, which looks like JavaScript, is doing… Read More How can I match a full string in FaunaDB using ContainsStrRegex?

Where are the FaunaDB functions called "Delete" and "Collections"?

Advertisements I’m a noob at FaunaDB. I have successfully added a collection to a database and have queried a record from that collection. Now I want to delete the collection. I have followed the example here but on both the Delete and Collection functions, it says "The name ‘Delete/Collection’ does not exist in the current… Read More Where are the FaunaDB functions called "Delete" and "Collections"?