UtilsRegularExpression Class
helper functions for dealing with regular expression s and simplified regular expressions.
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public static class UtilsRegularExpression
Public NotInheritable Class UtilsRegularExpression
public ref class UtilsRegularExpression abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type UtilsRegularExpression = class end
- Inheritance
- Object UtilsRegularExpression
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 '$'.
|