Delimit(String, String, RegexOptions) | Delimits once a string by the given delimiter. |
Delimit(String, String, Int32, RegexOptions) | Delimits once a string by the given delimiter. |
Delimit(String, String, String, RegexOptions) | Delimits once a string by the given two delimiters. |
Delimit(String, String, String, Int32, RegexOptions) | Delimits once a string by the given two delimiters. |