FurcadiaMarkup.FontChannelFilter Field

FFF3PP

FurcadiaMarkupFontChannelFilter Field

This stuff is still in the planning stages. Any questions or Comments are welcome.

[This is preliminary documentation and is subject to change.]

font = 1

system.fhs =2

system alt = 3

Channel Name = 4

Text = 5

Namespace:  Furcadia.Text
Assembly:  FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public const string FontChannelFilter = "^<font color=['|\"](.*?)['|\"]>(<img src='(fsh://system.fsh:([^']*)|http://apollo.furcadia.com/cache/(.*?))' (alt='(.*?)' )?/>)?(<channel name='(.*?)' />)?(.*?)</font>$"
Public Const FontChannelFilter As String = "^<font color=['|\"](.*?)['|\"]>(<img src='(fsh://system.fsh:([^']*)|http://apollo.furcadia.com/cache/(.*?))' (alt='(.*?)' )?/>)?(<channel name='(.*?)' />)?(.*?)</font>$"

Dim value As String

value = FurcadiaMarkup.FontChannelFilter
public:
literal String^ FontChannelFilter = "^<font color=['|\"](.*?)['|\"]>(<img src='(fsh://system.fsh:([^']*)|http://apollo.furcadia.com/cache/(.*?))' (alt='(.*?)' )?/>)?(<channel name='(.*?)' />)?(.*?)</font>$"
static val mutable FontChannelFilter: string

Field Value

Type: String
See Also