jrgemignani commented on issue #1555:
URL: https://github.com/apache/age/issues/1555#issuecomment-1928600740

   @MatheusFarias03 Not a problem, it isn't a well known command. It is roughly 
related to LIKE but more powerful because it uses regex instead -
   
   ```
   PG_FUNCTION_INFO_V1(age_eq_tilde);
   /*
    * Execution function for =~ aka regular expression comparisons
    *
    * Note: Everything must resolve to 2 agtype strings. All others types are
    * errors.
    */
   Datum age_eq_tilde(PG_FUNCTION_ARGS)
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@age.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to