User Tools

Site Tools


thinkgeo.mapsuite.portablecore.regexmatching

ThinkGeo.MapSuite.Core.RegexMatching

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

  • This enumeration defines the matching criteria for regular expression matching.
Remarks
  • This is used to determine how much of a string needs to match a regular expression in order to declare it a match for that expression. Sometimes, you only need one part of the string to match in order for the expression to be considered a match; other times you may want the entire string to match.
Items

MatchFirstOnly

  • Summary:Only part of the string must match the regular expression.

MatchAll

  • Summary:The entire string must match the regular expression.
thinkgeo.mapsuite.portablecore.regexmatching.txt · Last modified: 2017/03/16 21:59 (external edit)