Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class UrlLinkDetectionHelper

    Internal utility helper for detecting and building URL links in outgoing messages.

    Inheritance
    System.Object
    UrlLinkDetectionHelper
    Namespace: TehGM.Wolfringo.Utilities.Internal
    Assembly: Wolfringo.Core.dll
    Syntax
    public static class UrlLinkDetectionHelper

    Methods

    | Improve this Doc View Source

    FindLinks(String)

    Finds URL links in the text, and builds metadata for each found link.

    Declaration
    public static IEnumerable<ChatMessageFormatting.LinkData> FindLinks(string text)
    Parameters
    Type Name Description
    System.String text

    Text to find group links in.

    Returns
    Type Description
    System.Collections.Generic.IEnumerable<ChatMessageFormatting.LinkData>