Hi, can you give me advice how to fix it?
In that case I just want to clear all non-digits from field.
This works for me
regex_replace(field(âNameâ),â[^0-9]â,ââ)
The ââ on the end are two separate â characters. So in your case you have to only remove the exclamation mark.
Yes, this is exactly what I want (about âexclamation markââŚ)
But! it doesnât seem to be working with âPhoneâ field type.
Perhaps some kind of bugâŚ
I donât know if it is a bug. Maybe it is a feature
What I can think of is that the Phone field is a special field inside a database. RegEx only works with text.
ButâŚ
The field URL works
The field Email doesnât work
If you make the Phone field a single text field it works.
Maybe @olgatrykush can ask the team if this is a bug?
Thanks @Peter for helping out here
Sure, let me quickly check this with the team to be sure
Hey @levinside, that is indeed a bug, and we are going to fix it: Bug with Regex function for phone number and email fields. (#1852) ¡ Issues ¡ Baserow / baserow ¡ GitLab. Thank you for bringing it to our attention.