Auto detect mobile numbers using regex and replace them with tel:
links.
#14
Labels
good first issue
Good for newcomers
tel:
links.
#14
When displaying posts, in
Post.svelte
, in the more info field, detect mobile numbers using a regex like[0-9 ]{10,}
and replace it with something like<a href="tel:1234567890">1234567890</a>
The text was updated successfully, but these errors were encountered: