It sounds to me more like a request to expand the list given under the Examples. This would certainly help users better understand how regular expressions work. LO uses the ICU regex engine and so it is important to be aware of what this engine supports and what the limitations are (Wikipedia). I highly recommend this guide for learning about regular expressions:
http://www.regular-expressions.info/quickstart.html
The indicated organisation into two columns is not entirely workable. It is OK for the Search for field (this is what most examples on the web show), but does not work for the Replace with field as this is contextual and less common e.g., most regular expressions, such as .*
, will be interpreted literally (full stop followed by asterisk) in the Replace with field.