Welcome to the VanDyke Software Forums

Join the discussion today!


Go Back   VanDyke Software Forums > Scripting

Notices

Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 11-10-2017, 08:34 AM
Hang Hang is offline
Registered User
 
Join Date: Jul 2016
Posts: 21
use ReadString to match a regular expression

Hi,

I like a script to match a regular expression to make it more universal but when I try it out, it doesn't work. I get an error saying ReadString need to match with a string.

I know the regex I have there works for what I need to match because I have tested.

Code:
# $language = "python"
# $interface = "1.0"
import re

def Main():

	p = re.compile("([\*[A|B].*\#])")
	szPrompt = p

	objTab = crt.GetScriptTab()
	objTab.Screen.Synchronous = True
	objTab.Screen.IgnoreEscape = True

	szCommand = "show card"
	objTab.Screen.Send(szCommand + "\n")

	szResult = objTab.Screen.ReadString(szPrompt)

	crt.Dialog.MessageBox(szResult)

Main()
Thanks,

Last edited by Hang; 11-10-2017 at 08:37 AM.
Reply With Quote
  #2  
Old 11-10-2017, 09:18 AM
ekoranyi ekoranyi is offline
VanDyke Technical Support
 
Join Date: Jan 2017
Posts: 654
Hi Hang,

ReadString does not currently support the use of regex. You must specify a specific string to capture to. This is also true for WaitForString\s.

I have recorded your interest in our database of SecureCRT feature requests so that the product director can evaluate it for possible inclusion in a future release.

Should a version of SecureCRT become available with this feature, we will be sure to let you know.

If you would like to be contacted directly please send an email to Support@VanDyke.com with "Feature Request Forum Post 12892" in the subject line.
__________________
Thanks,
--Eric

VanDyke Software
Technical Support
support@vandyke.com
(505) 332-5730
Reply With Quote
Reply

Tags
regex , regular expression

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 02:41 PM.