PhpBotFramework
2.0.2
A framework for Telegram Bots' APIs.
|
Contains text helper methods. More...
Static Public Member Functions | |
static array | getHashtags (string $string) |
Get hashtag contained in a string. More... | |
static string | camelCase ($str, array $noStrip=[]) |
Convert a string into camelCase style. More... | |
static string | removeUsernameFormattation (string $string, string $tag) |
Remove HTML formattation from Telegram usernames. More... | |
Contains text helper methods.