UtilsRegularExpression Class

helper functions for dealing with regular expression s and simplified regular expressions.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static class UtilsRegularExpression
Inheritance
Object    UtilsRegularExpression

Methods

GetValueV tries to get values from a multimap. The key may be a simplified regular expression with '$' at the end, which stands for all strings that are identical up to '$'.
TryGetValueV tries to get values from a multimap. The key may be a simplified regular expression with '$' at the end, which stands for all strings that are identical up to '$'.

See Also