F_Furcadia_Text_FurcadiaMarkup_CookieToMeREGEX - 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 CookieToMeREGEX = "<name shortname='(.*?)'>(.*?)</name> just gave you"
VB
Public Const CookieToMeREGEX As String = "<name shortname='(.*?)'>(.*?)</name> just gave you"
VB Usage
Dim value As String
value = FurcadiaMarkup.CookieToMeREGEX
C++
public:
literal String^ CookieToMeREGEX = "<name shortname='(.*?)'>(.*?)</name> just gave you"
F#
static val mutable CookieToMeREGEX: string
Type: String