F_Furcadia_Text_FurcadiaMarkup_WhisperRegex - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

FurcadiaMarkup.WhisperRegex Field

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

[Missing

documentation for "F:Furcadia.Text.FurcadiaMarkup.WhisperRegex"]

Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public const string WhisperRegex = "^\<font color=('(whisper)'|"(whisper)")\>\[ \<name shortname=('[a-z0-9]{2,64}'|"[a-z0-9]{2,64}") src=('whisper-from'|"whisper-from")\>(.{2,64})\</name\> whispers, "(?<msg>.+)" to you\. \]\</font\>$"

VB

Public Const WhisperRegex As String = "^\<font color=('(whisper)'|"(whisper)")\>\[ \<name shortname=('[a-z0-9]{2,64}'|"[a-z0-9]{2,64}") src=('whisper-from'|"whisper-from")\>(.{2,64})\</name\> whispers, "(?<msg>.+)" to you\. \]\</font\>$"

VB Usage

Dim value As String

value = FurcadiaMarkup.WhisperRegex

C++

public:
literal String^ WhisperRegex = "^\<font color=('(whisper)'|"(whisper)")\>\[ \<name shortname=('[a-z0-9]{2,64}'|"[a-z0-9]{2,64}") src=('whisper-from'|"whisper-from")\>(.{2,64})\</name\> whispers, "(?<msg>.+)" to you\. \]\</font\>$"

F#

static val mutable WhisperRegex: string

Field Value

Type: String

See Also

Reference

FurcadiaMarkup Class
Furcadia.Text Namespace

⚠️ **GitHub.com Fallback** ⚠️