Click or drag to resize

preprocess_select_titleAllCapital Field

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Regex select titleAllCapital : [\""][\s]{0,2}([A-Z]|[a-z]{1,}[\s\-]{0,2}){1,6}[\s]{0,2}[\""]

Namespace:  imbNLP.Core.contentPreprocess
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public static Regex _select_titleAllCapital

Field Value

Type: Regex
Remarks

For text: " BIN METAL "

Selects: " BIN METAL "

See Also