FurcadiaMarkup.WhisperRegex Field

FFF3PP

FurcadiaMarkupWhisperRegex 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 <summary> documentation for "F:Furcadia.Text.FurcadiaMarkup.WhisperRegex"]

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
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\>$"
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\>$"

Dim value As String

value = FurcadiaMarkup.WhisperRegex
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\>$"
static val mutable WhisperRegex: string

Field Value

Type: String
See Also