|
FurcadiaMarkupChannelTag Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Format Channel Tags
<channel name='@channelname' />
Namespace:
Furcadia.Text
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public static bool ChannelTag(
ref string serverData,
string replaceText
)
Public Shared Function ChannelTag (
ByRef serverData As String,
replaceText As String
) As Boolean
Dim serverData As String
Dim replaceText As String
Dim returnValue As Boolean
returnValue = FurcadiaMarkup.ChannelTag(serverData,
replaceText)
public:
static bool ChannelTag(
String^% serverData,
String^ replaceText
)
static member ChannelTag :
serverData : string byref *
replaceText : string -> bool
Parameters
- serverData
- Type: SystemString
Raw server data string
- replaceText
- Type: SystemString
Reg ex supported text replacement
Return Value
Type:
Boolean
True on a successful match
See Also