Furcadia Framework For Third Party Programs
FurcadiaMarkupYouWhisperRegex Field |
[This is preliminary documentation and is subject to change.]
Whispers Name
Namespace: Furcadia.Text
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
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>$"
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>$" Dim value As String value = FurcadiaMarkup.YouWhisperRegex
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>$"
static val mutable YouWhisperRegex: string
Field Value
Type: StringSee Also