How to use Regex without Case Sensitive (wodSSH / wodSSH.NET)
Hi, can you tell me how we should use regex: to be case insensitive. Eg say I want to set the prompt to recognise Password: or password: how do I do the following:
Ssh1.Prompt = regex:Password:
Re: How to use Regex without Case Sensitive
Hi Grant,
Did you try simply setting it to regex:password|Password ?
Regards,
Damba
Re: How to use Regex without Case Sensitive
Hi Grant,
Did you try simply setting it to regex:password|Password ?
Regards,
Damba
Thanks, that seems to work