SocialStringExtensions extension

on

Properties

angelCompany AngelCompanyUrl?
Parse string to angle company url
no setter
angelJob AngelJobUrl?
Parse string to angle job url
no setter
crunchbaseOrganization CrunchbaseOrganizationUrl?
Parse string to crunches organization url
no setter
crunchbasePersonUrl CrunchbasePersonUrl?
Parse string to crunchbase person url
no setter
facebookUrl FacebookUrl?
Parse string to facebook url
no setter
gitHubUrl GitHubUrl?
Parse string to github url
no setter
googlePlusUrl GooglePlusUrl?
Parse string to google plus url
no setter
hackerNewsUrl HackerNewsUrl?
Parse string to hacker news url
no setter
instagramUrl InstagramUrl?
Parse string to instagram url
no setter
linkedInUrl LinkedInUrl?
Parse string to linkedin url
no setter
mediumPostUrl MediumPostUrl?
Parse string to medium post url
no setter
mediumUserUrl MediumUserUrl?
Parse string to medium user url
no setter
redditUrl RedditUrl?
Parse string to reddit url
no setter
snapchatUrl SnapchatUrl?
Parse string to snapchat url
no setter
stackexchangeUrl StackexchangeUrl?
Parse string to stack exchange url
no setter
stackoverflowQuestionUrl StackoverflowQuestionUrl?
Parse string to stackoverflow question url
no setter
stackoverflowUserUrl StackoverflowUserUrl?
Parse string to stackoverflow user url
no setter
telegramProfileUrl TelegramProfileUrl?
Parse string to telegram profile url
no setter
twitterStatusUrl TwitterStatusUrl?
Parse string to twitter status url
no setter
twitterUserUrl TwitterUserUrl?
Parse string to twitter user url
no setter
youtubeChannelUrl YoutubeChannelUrl?
Parse string to youtube channel url
no setter
youtubeUserUrl YoutubeUserUrl?
Parse string to youtube user url
no setter
youtubeVideoUrl YoutubeVideoUrl?
Parse string to youtube video url
no setter

Methods

isAngelCompany([String? company]) bool
check string is angel company valid url
isAngelJob([String? jobId]) bool
check string is angel job valid url
isCrunchbaseOrganization([String? organization]) bool
check string is crunchbase organization url
isCrunchbasePerson([String? person]) bool
check string is crunchbase person url
isFacebookUrl({String? name, String? id}) bool
Check string is facebook url
isGitHubUrl({String? user, String? repository}) bool
Check string is github url
isGooglePlusUrl({String? userName, String? id}) bool
Check string is google plus url
isHackerNewsItemUrl({String? id}) bool
Check string is hacker news url
isHackerNewsUserUrl({String? id}) bool
Check string is hacker news user url
isInstagramUrl({String? user}) bool
Check string is instagram url
isLinkedInCompany({String? permalink}) bool
Check string is linkedin company url
isLinkedInPost({String? id}) bool
Check string is linkedin post url
isLinkedInProfile({String? permalink}) bool
Check string is linkedin profile url
isMediumPostUrl({String? postId}) bool
Check string is medium post url
isMediumUserUrl({String? userName, String? id}) bool
Check string is medium user url
isRedditUrl({String? user}) bool
Check string is reddit url
isSnapchatUrl({String? user}) bool
Check string is snapchat url
isStackexchangeUrl({String? user, String? id, String? community}) bool
Check string is stack exchange url
isStackoverflowQuestionUrl({String? id}) bool
Check string is stackoverflow question url
isStackoverflowUserUrl({String? id}) bool
Check string is stackoverflow user url
isTelegramProfileUrl({String? userName}) bool
Check string is telegram profile url
isTwitterStatusUrl({String? userName, String? tweetId}) bool
Check string is twitter status url
isTwitterUserUrl({String? userName}) bool
Check string is twitter user url
isValidUrl([List<String?> protocols = const ['http', 'https', 'ftp']]) bool
check string is valid url
isYoutubeChannelUrl({String? id}) bool
Check string is youtube channel url
isYoutubeUserUrl({String? username}) bool
Check string is youtube user url
isYoutubeVideoUrl({String? id}) bool
Check string is youtube video url