functions-matching.html: Tip says use "Per or Tcl ... ? - Mailing list pgsql-docs

From PG Doc comments form
Subject functions-matching.html: Tip says use "Per or Tcl ... ?
Date
Msg-id 162315211300.14472.5921532337828442695@wrigleys.postgresql.org
Whole thread Raw
Responses Re: functions-matching.html: Tip says use "Per or Tcl ... ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/functions-matching.html
Description:

https://www.postgresql.org/docs/current/functions-matching.html

```
Tip
If you have pattern matching needs that go beyond this, consider writing a
user-defined function in Perl or Tcl.
```

I think Perl or Tcl are not the common choice today.

AFAIK Python is quite popular, and they have a good regex implementationd,
too.

pgsql-docs by date:

Previous
From: Eric Mutta
Date:
Subject: Re: Typo in "13.2.3. Serializable Isolation Level"
Next
From: Tom Lane
Date:
Subject: Re: functions-matching.html: Tip says use "Per or Tcl ... ?