Title |
Test
Find
.Net Framework Type Name
|
Expression |
^(([A-Za-z][A-Za-z0-9.+]*?){1,}?)(,\s?([^/\\:*?"<>|]*((,\s?(Version=(\d\.?){1,4}|Culture=(neutral|\w{2}-\w{2})|PublicKeyToken=[a-f0-9]{16})(,\s?)?){3}|))){0,1}$ |
Description |
Matches a .Net Framework type name. This expression also matches non-strong named types such as:
Namespace.Class
and
Namespace.Class, Assembly |
Matches |
Namespace.Class, Assembly, Version=1.0.0.0, Culture=neutral, PublicKeyToken=0000000000000000 |
Non-Matches |
Namespace.Class, Assembly, Version=1.0.0.0, Culture=neutral |
Author |
Rating:
Not yet rated.
Justin Long
|
Source |
|
Your Rating |
|