F_Furcadia_Text_FurcadiaMarkup_WhisperRegex - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
[Missing
Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
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
Type: String