F_Furcadia_Text_FurcadiaMarkup_YouWhisperRegex - 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.]
Whispers Name
Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public const string YouWhisperRegex = "^<font color=('(whisper)'|"(whisper)")>\[ ?You whisper "(.*?)" to ?<name shortname=('[a-z0-9]{2,64}'|"[a-z0-9]{2,64}") forced(=('forced')|("forced")?) src='whisper-to'>(.*?)</name>\. \]</font>$"
VB
Public Const YouWhisperRegex As String = "^<font color=('(whisper)'|"(whisper)")>\[ ?You whisper "(.*?)" to ?<name shortname=('[a-z0-9]{2,64}'|"[a-z0-9]{2,64}") forced(=('forced')|("forced")?) src='whisper-to'>(.*?)</name>\. \]</font>$"
VB Usage
Dim value As String
value = FurcadiaMarkup.YouWhisperRegex
C++
public:
literal String^ YouWhisperRegex = "^<font color=('(whisper)'|"(whisper)")>\[ ?You whisper "(.*?)" to ?<name shortname=('[a-z0-9]{2,64}'|"[a-z0-9]{2,64}") forced(=('forced')|("forced")?) src='whisper-to'>(.*?)</name>\. \]</font>$"
F#
static val mutable YouWhisperRegex: string
Type: String