This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.portablecore.regexmatching [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.portablecore.regexmatching [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== ThinkGeo.MapSuite.PortableCore.RegexMatching ====== | + | ====== ThinkGeo.MapSuite.Core.RegexMatching ====== |
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| + | * //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. | ||
| - | <!-- Enumeration --> | + | **MatchAll** |
| - | This enumeration defines the matching criteria for regular expression matching. | + | * **Summary**:The entire string must match the regular expression. |
| - | === 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 ===== | + | |
| - | ^ Name ^ Summary ^ | + | |
| - | | MatchFirstOnly | Only part of the string must match the regular expression. | | + | |
| - | | MatchAll | The entire string must match the regular expression. | | + | |
| - | __NOTOC__ | ||
| - | [[Category:MapSuitePortableCore]] | ||
| - | [[Category:ThinkGeo.MapSuite.PortableCore]] | ||