kalvn 🐧 is a user on mastodon.xyz. You can follow them or interact with them if you have an account anywhere in the fediverse. If you don't, you can sign up here.
kalvn 🐧 @kalvn

PHP Twitter Hashtag Validation Regex · GitHub
gist.github.com/janogarcia/394

Une regex pour valider un hashtag. Implémentation en PHP.

```php
<?php
/**
* PHP Regex to validate a Twitter hashtag
*
* Useful for validating a text input (an HTML form in your CMS or custom application) that must be a valid Twitter hashtag.
* Valid examples: , , , , , ,
* Invalid examples: #1, #, -tag, .tag, …
links.kalvn.net/?9aGqkQ