Link to home
Start Free TrialLog in
Avatar of jeshbr
jeshbr

asked on

Splitting on an asterisk using a regular expression

Is there a way to split a string by an asterisk using a regular expression in C#?
ASKER CERTIFIED SOLUTION
Avatar of Expert1701
Expert1701

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jeshbr
jeshbr

ASKER

for some reason the Regex.Split does not work.

but the string.Split works fine.
Avatar of jeshbr

ASKER

thanks