Click or drag to resize

BibTexEntryBaseisSelectTags Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Test if input matches ^([\w]*) = \{(.*)\},?

Namespace:  imbSCI.BibTex
Assembly:  imbSCI.BibTex (in imbSCI.BibTex.dll) Version: 0.9.10.
Syntax
C#
public static bool isSelectTags(
	string input
)
Request Example View Source

Parameters

input
Type: SystemString
String to test

Return Value

Type: Boolean
IsMatch against _select_isSelectTags
See Also