-
Notifications
You must be signed in to change notification settings - Fork 36
RegexMatch Function
Nilesh Ghodekar edited this page Jan 30, 2016
·
3 revisions
bool RegexMatch(input:string, pattern:string)
Returns a Boolean value indicating if the string matches the regex pattern.
If the second input parameter (pattern string) is null, an exception is thrown.
1.0.0.0 and later
RegexMatch([//Target/DisplayName], "^Admin.*")
RegexMatch([//Target/DisplayName], ".*Admin$")
- MIMWAL Site - http://aka.ms/MIMWAL
- MIMWAL Releases - http://aka.ms/MIMWAL/Releases
- MIMWAL Documentation Wiki - http://aka.ms/MIMWAL/Wiki
- MIMWAL FAQ - http://aka.ms/mimwal/faq
- MIMWAL GitHub Code Repo - http://aka.ms/MIMWAL/Repo
- MIMWAL TechNet Q&A Forum (now read-only) - http://aka.ms/MIMWAL/Forum