WebEdit pattern example

Am trying to guess what exactly can I use as input pattern on a WebEdit. Didn't find any reference on the documentation.
Is it similar to the inputmask on delphi, or is it sort of a regular expression, like in html?

Hi,

Do you mean the TWebEdit.Pattern property? It maps onto the pattern attribue that works with regular expressions.

Thanks.

Would be very useful to have this kind of links directly into the documentation to save some guess time.

That is a good suggestion. We'll add it upon revising the doc.