Hi,
I'm using the mail servers on Silica and both seem to be working fine for me. I
can also log into my cpanel account without issue.
If it helps I'm based in the UK
Regards
Andy
11 Oct 2022 07:59:41 matthias rebbe via use-livecode
:
> Unfortunately i am not on Silica, but on Quartz. So i c
Hi Mark,
In regex the full stop stands for any single character whereby the * means
any other characters. If you want to only find things that begin with a
character put a ^ infront of the character you are searching for. So ^a.
should only return apple in your example.
Regards
Andy
On Mon, 7